Add setting to allow to disable Replace Preview#60153
Add setting to allow to disable Replace Preview#60153roblourens merged 3 commits intomicrosoft:masterfrom ToothlessGear:feature_allow_disabling_replace_preview_setting
Conversation
Introduces a new settings option "search.useReplacePreview" which allows you to disable "Replace Preview" during a Search/Replace. Closes #60027
roblourens
left a comment
There was a problem hiding this comment.
Can you check whether we need to check the setting here too? https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/search/browser/searchActions.ts#L581
src/vs/workbench/parts/search/electron-browser/search.contribution.ts
Outdated
Show resolved
Hide resolved
|
Hi, regarding https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/search/browser/searchActions.ts#L581. |
|
I see it when clicking the replace button in a file with a bunch of matches. |
|
I think I got it now, thanks for taking the time to review. |
Introduces a new settings option "search.useReplacePreview" which
allows you to disable "Replace Preview" during a Search/Replace.
Closes #60027