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.json16
1 files changed, 13 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 35211bcc2..4b719aada 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -39,11 +39,11 @@
39 "@types/mocha": "^5.2.7", 39 "@types/mocha": "^5.2.7",
40 "@types/node": "^10.14.13", 40 "@types/node": "^10.14.13",
41 "@types/seedrandom": "^2.4.28", 41 "@types/seedrandom": "^2.4.28",
42 "@types/vscode": "^1.36.0", 42 "@types/vscode": "^1.37.0",
43 "glob": "^7.1.4", 43 "glob": "^7.1.4",
44 "mocha": "^6.2.0", 44 "mocha": "^6.2.0",
45 "prettier": "^1.18.2", 45 "prettier": "^1.18.2",
46 "rollup": "^1.21.4", 46 "rollup": "^1.23.1",
47 "rollup-plugin-commonjs": "^10.1.0", 47 "rollup-plugin-commonjs": "^10.1.0",
48 "rollup-plugin-node-resolve": "^5.2.0", 48 "rollup-plugin-node-resolve": "^5.2.0",
49 "rollup-plugin-typescript": "^1.0.1", 49 "rollup-plugin-typescript": "^1.0.1",
@@ -51,7 +51,7 @@
51 "tslint": "^5.18.0", 51 "tslint": "^5.18.0",
52 "tslint-config-prettier": "^1.18.0", 52 "tslint-config-prettier": "^1.18.0",
53 "typescript": "^3.5.3", 53 "typescript": "^3.5.3",
54 "vsce": "^1.66.0", 54 "vsce": "^1.67.0",
55 "vscode-test": "^1.2.0" 55 "vscode-test": "^1.2.0"
56 }, 56 },
57 "activationEvents": [ 57 "activationEvents": [
@@ -224,6 +224,16 @@
224 "description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )", 224 "description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )",
225 "default": "check" 225 "default": "check"
226 }, 226 },
227 "rust-analyzer.cargo-watch.ignore": {
228 "type": "array",
229 "description": "A list of patterns for cargo-watch to ignore (will be passed as `--ignore`)",
230 "default": []
231 },
232 "rust-analyzer.showWorkspaceLoadedNotification": {
233 "type": "boolean",
234 "description": "Controls whether rust-analyzer displays a notification when a project is loaded.",
235 "default": false
236 },
227 "rust-analyzer.trace.server": { 237 "rust-analyzer.trace.server": {
228 "type": "string", 238 "type": "string",
229 "scope": "window", 239 "scope": "window",