Skip to content

Commit 3000961

Browse files
authored
Release version 0.0.10 (#47)
Forgot to add settings included in #44 to package.json Adding it here and cutting a new version
1 parent 5f8e44f commit 3000961

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Bazel Build Server Protocol (BSP)",
44
"description": "Bazel BSP integration for VS Code.",
55
"publisher": "Uber",
6-
"version": "0.0.9",
6+
"version": "0.0.10",
77
"license": "Apache-2.0",
88
"repository": "https://github.com/uber/vscode-bazel-bsp",
99
"engines": {
@@ -51,6 +51,10 @@
5151
"description": "Project view file containing Bazel information for this workspace. Path should be relative to the root of the project git repository. See https://ij.bazel.build/docs/project-views.html for details.",
5252
"pattern": ".*\\.bazelproject$"
5353
},
54+
"bazelbsp.additionalInstallFlags": {
55+
"type": "array",
56+
"description": "Additional flags to be added when installing the BSP server."
57+
},
5458
"bazelbsp.serverVersion": {
5559
"type": "string",
5660
"default": "3.2.0-20250106-a42f8bf24-NIGHTLY",

0 commit comments

Comments
 (0)