Skip to content

Commit

Permalink
Mark clangd.path as scope=machine (#56)
Browse files Browse the repository at this point in the history
When overridden, this tends to be machine-specific, especially when the
path is produced by autoinstall.
This change of scope should cause vscode to update the remote settings
rather than the (cross-machine) user ones, in the autoinstall flow.
  • Loading branch information
sam-mccall authored Jul 21, 2020
1 parent 6ace1f6 commit b460e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"clangd.path": {
"type": "string",
"default": "clangd",
"scope": "machine",
"description": "The path to clangd executable, e.g.: /usr/bin/clangd."
},
"clangd.arguments": {
Expand Down

0 comments on commit b460e5b

Please sign in to comment.