mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
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 <gianluca.recchia@protonmail.com>
This commit is contained in:
commit
a793a0098d
@ -326,6 +326,7 @@
|
||||
"null",
|
||||
"string"
|
||||
],
|
||||
"scope": "machine-overridable",
|
||||
"default": null,
|
||||
"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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user