Skip to content

Add a setting for problems.exclude #43135

@firelizzard18

Description

@firelizzard18

Add a setting for problems.exclude that will exclude problem results from A) the problems pane and B) the explorer problem decorations. Use the same syntax as files.exclude or search.exclude.

Example syntax:

  "problems.exclude": {
    "**/BadProject1": true,
    "**/BadProject2": true,
    "**/GoodProject/BadFile": true,
    "**/GoodProject/BadFolder": true,
  },

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions