aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 8e23718cd..c0a62619d 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -27,6 +27,7 @@
27 "jsonc-parser": "^2.1.0", 27 "jsonc-parser": "^2.1.0",
28 "node-fetch": "^2.6.0", 28 "node-fetch": "^2.6.0",
29 "throttle-debounce": "^2.1.0", 29 "throttle-debounce": "^2.1.0",
30 "ts-not-nil": "^1.0.1",
30 "vscode-languageclient": "^6.1.0" 31 "vscode-languageclient": "^6.1.0"
31 }, 32 },
32 "devDependencies": { 33 "devDependencies": {
@@ -173,10 +174,11 @@
173 }, 174 },
174 "rust-analyzer.raLspServerPath": { 175 "rust-analyzer.raLspServerPath": {
175 "type": [ 176 "type": [
177 "null",
176 "string" 178 "string"
177 ], 179 ],
178 "default": "ra_lsp_server", 180 "default": null,
179 "description": "Path to ra_lsp_server executable" 181 "description": "Path to ra_lsp_server executable (points to bundled binary by default)"
180 }, 182 },
181 "rust-analyzer.excludeGlobs": { 183 "rust-analyzer.excludeGlobs": {
182 "type": "array", 184 "type": "array",