mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
vscode: contribute "alwaysDownloadServer" option to config
This commit is contained in:
parent
aff82cf7ac
commit
9dae94a78d
1 changed files with 5 additions and 0 deletions
|
@ -219,6 +219,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"rust-analyzer.alwaysDownloadServer": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to ask before downloading the language server binary"
|
||||
},
|
||||
"rust-analyzer.serverPath": {
|
||||
"type": [
|
||||
"null",
|
||||
|
|
Loading…
Reference in a new issue