From 6ab85cc192dc32ee29ef7a0ba972b473f0133102 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 21 Aug 2019 17:30:58 +0300 Subject: fix default for the exlude key --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') 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 @@ }, "rust-analyzer.excludeGlobs": { "type": "array", - "default": "[]", + "default": [], "description": "Paths to exclude from analysis" }, "rust-analyzer.cargo-watch.arguments": { -- cgit v1.2.3