mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +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": {
|
"rust-analyzer.serverPath": {
|
||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
|
|
Loading…
Reference in a new issue