From 2870e701630c198bafb346e5a9c91c1d2fc9f092 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 26 Jan 2021 16:18:01 +0300 Subject: Add config option to ignore directories --- editors/code/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index ee54638f1..66af94186 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -555,6 +555,14 @@ "default": "client", "type": "string" }, + "rust-analyzer.files.excludeDirs": { + "markdownDescription": "These directories will be ignored by rust-analyzer.", + "default": [], + "type": "array", + "items": { + "type": "string" + } + }, "rust-analyzer.hoverActions.debug": { "markdownDescription": "Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.", "default": true, -- cgit v1.2.3