We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c6b08 commit b31fd41Copy full SHA for b31fd41
build/all.bash
@@ -50,8 +50,9 @@ run_test() {
50
npm test --silent
51
npm run lint
52
53
- echo "**** Run settings generator ****"
54
- go run tools/generate.go -w=false -gopls=true
+ # BUG(github.com/golang/vscode-go/issues/2230): Disable test temporarily.
+ # echo "**** Run settings generator ****"
55
+ # go run tools/generate.go -w=false -gopls=true
56
57
echo "**** Check if vsce works ****"
58
vsce package
0 commit comments