Skip to content

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

@mathjazz

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

No one assigned

    Labels

    P3Default, possibly shipping in the following two quartershours

    Type

    Projects

    Status

    🔖 Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions