diff options
author | Aleksey Kladov <[email protected]> | 2021-01-26 13:18:01 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-01-26 13:45:54 +0000 |
commit | 2870e701630c198bafb346e5a9c91c1d2fc9f092 (patch) | |
tree | cf85185c893a344bbfe29e48fcf856b630a06ec5 /docs | |
parent | a733f65126451784c8b158d6c6318b556d68ebfc (diff) |
Add config option to ignore directories
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
56 | 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`. | 56 | 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`. |
57 | [[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`):: | 57 | [[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`):: |
58 | Controls file watching implementation. | 58 | Controls file watching implementation. |
59 | [[rust-analyzer.files.excludeDirs]]rust-analyzer.files.excludeDirs (default: `[]`):: | ||
60 | These directories will be ignored by rust-analyzer. | ||
59 | [[rust-analyzer.hoverActions.debug]]rust-analyzer.hoverActions.debug (default: `true`):: | 61 | [[rust-analyzer.hoverActions.debug]]rust-analyzer.hoverActions.debug (default: `true`):: |
60 | Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set. | 62 | Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set. |
61 | [[rust-analyzer.hoverActions.enable]]rust-analyzer.hoverActions.enable (default: `true`):: | 63 | [[rust-analyzer.hoverActions.enable]]rust-analyzer.hoverActions.enable (default: `true`):: |