Skip to content

Commit 9343336

Browse files
committed
Exclude rust-analyzer.server.path from VS Code's sync feature
By changing the scope of this configuration to `machine-overridible`, this setting becomes fully local for the VS Code instance the user is running. Having this setting excluded from syncing should help avoid inconveniences for users who have VS Code installed on two different operating systems, where the paths to the language server binary would very likely mismatch.
1 parent 4118733 commit 9343336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@
326326
"null",
327327
"string"
328328
],
329+
"scope": "machine-overridable",
329330
"default": null,
330331
"markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then `#rust-analyzer.updates.channel#` setting is not used"
331332
},

0 commit comments

Comments
 (0)