diff options
author | Veetaha <[email protected]> | 2020-03-07 21:59:33 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-03-07 21:59:33 +0000 |
commit | 9dae94a78dd5b660dd97f884b91067c55b4a418e (patch) | |
tree | 94557daa80dcd7785588f9ef932ef11c0ce01749 | |
parent | aff82cf7ac172f213cb5dcca637cb2c5332294c1 (diff) |
vscode: contribute "alwaysDownloadServer" option to config
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 225739328..7bcd45e15 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -219,6 +219,11 @@ | |||
219 | } | 219 | } |
220 | } | 220 | } |
221 | }, | 221 | }, |
222 | "rust-analyzer.alwaysDownloadServer": { | ||
223 | "type": "boolean", | ||
224 | "default": false, | ||
225 | "description": "Whether to ask before downloading the language server binary" | ||
226 | }, | ||
222 | "rust-analyzer.serverPath": { | 227 | "rust-analyzer.serverPath": { |
223 | "type": [ | 228 | "type": [ |
224 | "null", | 229 | "null", |