Skip to content

Add a .vscode/settings.json file to exclude some folders from search #4058

Description

@mathjazz

I wonder if it's worth adding a .vscode/settings.json file to exclude some folders from search? It's still not automated, but you can exclude them in one click.

{
  "search.exclude": {
    "**/.git": true,
    "**/node_modules": true,
    "**/documentation/.cache": true
  }
}
Screenshot 2026-04-03 alle 08 11 19

Originally posted by @flodolo in #4050 (comment)

Metadata

Metadata

Assignees

Labels

P3Default, possibly shipping in the following two quartershours

Type

No fields configured for Task.

Projects

Status
✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions