aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-21 15:30:58 +0100
committerAleksey Kladov <[email protected]>2019-08-21 15:30:58 +0100
commit6ab85cc192dc32ee29ef7a0ba972b473f0133102 (patch)
tree5f108ba6ce0f81dca73f7d22239da8a0fab2f7e9 /editors
parent8521f0456f442eff2d7010f055d98147874a5413 (diff)
fix default for the exlude key
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": {