-
Notifications
You must be signed in to change notification settings - Fork 38.1k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)
Description
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,
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)