Skip to content

Commit a793a00

Browse files
bors[bot]brainplot
andauthored
Merge #9749
9749: Exclude `rust-analyzer.server.path` from VS Code's sync feature r=lnicola a=brainplot 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. Co-authored-by: Gianluca Recchia <[email protected]>
2 parents 4118733 + 9343336 commit a793a00

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)