aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 48ab886bf..98faf538f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -199,7 +199,7 @@
199 }, 199 },
200 "rust-analyzer.excludeGlobs": { 200 "rust-analyzer.excludeGlobs": {
201 "type": "array", 201 "type": "array",
202 "default": "[]", 202 "default": [],
203 "description": "Paths to exclude from analysis" 203 "description": "Paths to exclude from analysis"
204 }, 204 },
205 "rust-analyzer.cargo-watch.arguments": { 205 "rust-analyzer.cargo-watch.arguments": {