Skip to content

Commit f149b38

Browse files
committed
build: Add vscode workspace settings
Without this the language server can't handle tests/e2e_tests.go from sigstore#128 Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 0d8a2bf commit f149b38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"go.buildTags": "e2e",
3+
}

0 commit comments

Comments
 (0)