aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-21 15:31:35 +0100
committerGitHub <[email protected]>2019-08-21 15:31:35 +0100
commit5fd9a5be0984faa138281e46dd4b73cfdad073b1 (patch)
tree5f108ba6ce0f81dca73f7d22239da8a0fab2f7e9 /editors
parent8521f0456f442eff2d7010f055d98147874a5413 (diff)
parent6ab85cc192dc32ee29ef7a0ba972b473f0133102 (diff)
Merge #1712
1712: fix default for the exlude key r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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": {