Skip to content

Commit

Permalink
Use scope=machine-overridable for clangd.path
Browse files Browse the repository at this point in the history
This allows the setting to continue to be overridable per-workspace.

Fixes #64
  • Loading branch information
HighCommander4 authored and sam-mccall committed Sep 2, 2020
1 parent a5ae410 commit 2f5b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"clangd.path": {
"type": "string",
"default": "clangd",
"scope": "machine",
"scope": "machine-overridable",
"description": "The path to clangd executable, e.g.: /usr/bin/clangd."
},
"clangd.arguments": {
Expand Down

0 comments on commit 2f5b89f

Please sign in to comment.