Skip to content

Commit

Permalink
build/all.bash: disable packages.json setting test
Browse files Browse the repository at this point in the history
Updates golang#2230

Change-Id: If5536535ea75a0ee396405943614863afed83790
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/404674
TryBot-Result: kokoro <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
  • Loading branch information
hyangah committed May 6, 2022
1 parent eea25f4 commit 29bdea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ run_test() {
npm test --silent
npm run lint

echo "**** Run settings generator ****"
go run tools/generate.go -w=false -gopls=true
# BUG(github.com/golang/vscode-go/issues/2230): Disable test temporarily.
# echo "**** Run settings generator ****"
# go run tools/generate.go -w=false -gopls=true

echo "**** Check if vsce works ****"
vsce package
Expand Down

0 comments on commit 29bdea3

Please sign in to comment.