build/all.bash: disable packages.json setting test

Updates golang/vscode-go#2230

Change-Id: If5536535ea75a0ee396405943614863afed83790
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/404674
TryBot-Result: kokoro <noreply+kokoro@google.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
diff --git a/build/all.bash b/build/all.bash
index ac2eb8b..6fd0c3c 100755
--- a/build/all.bash
+++ b/build/all.bash
@@ -51,8 +51,9 @@
   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