vscode: contribute "alwaysDownloadServer" option to config

This commit is contained in:
Veetaha 2020-03-07 23:59:33 +02:00
parent aff82cf7ac
commit 9dae94a78d

View file

@ -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",