aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-07 21:59:33 +0000
committerVeetaha <[email protected]>2020-03-07 21:59:33 +0000
commit9dae94a78dd5b660dd97f884b91067c55b4a418e (patch)
tree94557daa80dcd7785588f9ef932ef11c0ce01749 /editors/code/package.json
parentaff82cf7ac172f213cb5dcca637cb2c5332294c1 (diff)
vscode: contribute "alwaysDownloadServer" option to config
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
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",