diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-08-21 15:31:35 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-08-21 15:31:35 +0100 |
commit | 5fd9a5be0984faa138281e46dd4b73cfdad073b1 (patch) | |
tree | 5f108ba6ce0f81dca73f7d22239da8a0fab2f7e9 /editors/code | |
parent | 8521f0456f442eff2d7010f055d98147874a5413 (diff) | |
parent | 6ab85cc192dc32ee29ef7a0ba972b473f0133102 (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/code')
-rw-r--r-- | editors/code/package.json | 2 |
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": { |