zer0
zer0

Reputation: 5017

VSCode: How do I stop 'Clear Search Results' action from clearing out 'Files to exclude'?

This didn't use to happen before but now, when I hit the 'Clear Search Results' button, all fields in Search are cleared out. I want to retain the 'Files to exclude' input

Upvotes: 1

Views: 117

Answers (1)

Mark
Mark

Reputation: 182741

The behaviour of the 'Clear Search Results' button has been recently changed, see https://github.com/microsoft/vscode/pull/100024.

And the changes are in the Insiders' Build now.

The first click clears the search results and the query/replace terms and does not affect the Files to Include/Exclude fields.

The second click clears the Files to Include/Exclude fields.

Upvotes: 1

Related Questions