about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-02-11 11:41:54 +0000
committerGitHub <noreply@github.com>2025-02-11 11:41:54 +0000
commit4883966818650b8e0f6125f13269244cd8bb6c86 (patch)
tree2bdc89dc31e81373eb958bc1a4178c9236e0e5af /src/tools/rust-analyzer/docs
parent53730143786ed9bb72828caad45206f965d56387 (diff)
parentc7e331bfb8d131d52278785e2fe8338010020eb0 (diff)
downloadrust-4883966818650b8e0f6125f13269244cd8bb6c86.tar.gz
rust-4883966818650b8e0f6125f13269244cd8bb6c86.zip
Merge pull request #18998 from ChayimFriedman2/exclude
fix: Make `rust-analyzer.files.excludeDirs` work, actually
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-rw-r--r--src/tools/rust-analyzer/docs/book/src/configuration_generated.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/configuration_generated.md b/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
index 55678926609..0c6674b1408 100644
--- a/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
+++ b/src/tools/rust-analyzer/docs/book/src/configuration_generated.md
@@ -470,9 +470,9 @@ The warnings will be indicated by a blue squiggly underline in code
 and a blue icon in the `Problems Panel`.
 
 
-**rust-analyzer.files.excludeDirs** (default: [])
+**rust-analyzer.files.exclude** (default: [])
 
- These directories will be ignored by rust-analyzer. They are
+ These paths (file/directories) will be ignored by rust-analyzer. They are
 relative to the workspace root, and globs are not supported. You may
 also need to add the folders to Code's `files.watcherExclude`.