mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 12:59:12 +00:00
Merge pull request #18998 from ChayimFriedman2/exclude
fix: Make `rust-analyzer.files.excludeDirs` work, actually
This commit is contained in:
commit
78e7515a30
15 changed files with 262 additions and 131 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue