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 --- docs/user/generated_config.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/user') diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 1974082da..55178c84c 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -56,6 +56,8 @@ List of warnings that should be displayed with hint severity.\n\nThe warnings will be indicated by faded text or three dots in code and will not show up in the `Problems Panel`. [[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`):: Controls file watching implementation. +[[rust-analyzer.files.excludeDirs]]rust-analyzer.files.excludeDirs (default: `[]`):: + These directories will be ignored by rust-analyzer. [[rust-analyzer.hoverActions.debug]]rust-analyzer.hoverActions.debug (default: `true`):: Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set. [[rust-analyzer.hoverActions.enable]]rust-analyzer.hoverActions.enable (default: `true`):: -- cgit v1.2.3