diff options
Diffstat (limited to 'editors/code')
-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", |