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.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 11d37053e..f687eb8d4 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -25,18 +25,22 @@
25 }, 25 },
26 "dependencies": { 26 "dependencies": {
27 "jsonc-parser": "^2.1.0", 27 "jsonc-parser": "^2.1.0",
28 "node-fetch": "^2.6.0",
29 "throttle-debounce": "^2.1.0",
28 "vscode-languageclient": "^6.1.0" 30 "vscode-languageclient": "^6.1.0"
29 }, 31 },
30 "devDependencies": { 32 "devDependencies": {
31 "@rollup/plugin-commonjs": "^11.0.2", 33 "@rollup/plugin-commonjs": "^11.0.2",
32 "@rollup/plugin-node-resolve": "^7.1.1", 34 "@rollup/plugin-node-resolve": "^7.1.1",
33 "@types/node": "^12.12.25", 35 "@types/node": "^12.12.25",
36 "@types/node-fetch": "^2.5.4",
37 "@types/throttle-debounce": "^2.1.0",
34 "@types/vscode": "^1.41.0", 38 "@types/vscode": "^1.41.0",
35 "rollup": "^1.31.0", 39 "rollup": "^1.31.0",
36 "tslib": "^1.10.0", 40 "tslib": "^1.10.0",
37 "tslint": "^5.20.1", 41 "tslint": "^5.20.1",
38 "typescript-formatter": "^7.2.2",
39 "typescript": "^3.7.5", 42 "typescript": "^3.7.5",
43 "typescript-formatter": "^7.2.2",
40 "vsce": "^1.71.0" 44 "vsce": "^1.71.0"
41 }, 45 },
42 "activationEvents": [ 46 "activationEvents": [
@@ -169,10 +173,11 @@
169 }, 173 },
170 "rust-analyzer.raLspServerPath": { 174 "rust-analyzer.raLspServerPath": {
171 "type": [ 175 "type": [
176 "null",
172 "string" 177 "string"
173 ], 178 ],
174 "default": "ra_lsp_server", 179 "default": null,
175 "description": "Path to ra_lsp_server executable" 180 "description": "Path to ra_lsp_server executable (points to bundled binary by default)"
176 }, 181 },
177 "rust-analyzer.excludeGlobs": { 182 "rust-analyzer.excludeGlobs": {
178 "type": "array", 183 "type": "array",