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

@ -1473,8 +1473,8 @@
{
"title": "files",
"properties": {
"rust-analyzer.files.excludeDirs": {
"markdownDescription": "These directories will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's `files.watcherExclude`.",
"rust-analyzer.files.exclude": {
"markdownDescription": "These paths (file/directories) will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's `files.watcherExclude`.",
"default": [],
"type": "array",
"items": {