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.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e2bc72f32..7a48d6794 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -205,6 +205,11 @@
205 "default": [], 205 "default": [],
206 "description": "Paths to exclude from analysis" 206 "description": "Paths to exclude from analysis"
207 }, 207 },
208 "rust-analyzer.useClientWatching": {
209 "type": "boolean",
210 "default": false,
211 "description": "client provided file watching instead of notify watching."
212 },
208 "rust-analyzer.cargo-watch.arguments": { 213 "rust-analyzer.cargo-watch.arguments": {
209 "type": "string", 214 "type": "string",
210 "description": "`cargo-watch` arguments. (e.g: `--features=\"shumway,pdf\"` will run as `cargo watch -x \"check --features=\"shumway,pdf\"\"` )", 215 "description": "`cargo-watch` arguments. (e.g: `--features=\"shumway,pdf\"` will run as `cargo watch -x \"check --features=\"shumway,pdf\"\"` )",