Merge pull request #18998 from ChayimFriedman2/exclude

fix: Make `rust-analyzer.files.excludeDirs` work, actually
This commit is contained in:
Lukas Wirth 2025-02-11 11:41:54 +00:00 committed by GitHub
commit 78e7515a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 262 additions and 131 deletions

View file

@ -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`.