We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f34232 commit 29d071fCopy full SHA for 29d071f
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Bazel Build Server Protocol (BSP)",
4
"description": "Bazel BSP integration for VS Code.",
5
"publisher": "Uber",
6
- "version": "0.0.15",
+ "version": "0.0.16",
7
"license": "Apache-2.0",
8
"repository": "https://github.com/uber/vscode-bazel-bsp",
9
"engines": {
@@ -57,7 +57,7 @@
57
},
58
"bazelbsp.serverVersion": {
59
"type": "string",
60
- "default": "4.0.1",
+ "default": "4.0.2",
61
"description": "Version of the Bazel BSP server to install."
62
63
"bazelbsp.bazelBinaryPath": {
0 commit comments