Skip to content

Commit

Permalink
Merge pull request from GHSA-2rcw-j8x4-hgcv
Browse files Browse the repository at this point in the history
Fix configuration property scope.
  • Loading branch information
laurentlb authored Apr 12, 2021
2 parents 12c2077 + d18d5de commit 818fbd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@
"bazel.executable": {
"type": "string",
"default": "",
"description": "The name of the Bazel executable. This may be an absolute path, or a simple name that will be searched for on the system path. If empty, \"bazel\" on the system path will be used."
"description": "The name of the Bazel executable. This may be an absolute path, or a simple name that will be searched for on the system path. If empty, \"bazel\" on the system path will be used.",
"scope": "machine"
},
"bazel.buildifierExecutable": {
"type": "string",
"default": "",
"markdownDescription": "The name of the Buildifier executable. This may be an absolute path, or a simple name that will be searched for on the system path. If empty, \"buildifier\" on the system path will be used.\n\nBuildifier can be downloaded from https://github.com/bazelbuild/buildtools/releases."
"markdownDescription": "The name of the Buildifier executable. This may be an absolute path, or a simple name that will be searched for on the system path. If empty, \"buildifier\" on the system path will be used.\n\nBuildifier can be downloaded from https://github.com/bazelbuild/buildtools/releases.",
"scope": "machine"
},
"bazel.buildifierFixOnFormat": {
"type": "boolean",
Expand Down Expand Up @@ -373,4 +375,4 @@
"vscode-debugprotocol": "^1.37.0",
"which": "^1.3.1"
}
}
}

0 comments on commit 818fbd0

Please sign in to comment.