mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fix #57077 - remember replace state correctly
This commit is contained in:
@@ -404,7 +404,7 @@ export class SearchView extends Viewlet implements IViewlet, IPanel {
|
||||
if (!isReplaceShown) {
|
||||
this.storageService.store(SearchView.SHOW_REPLACE_STORAGE_KEY, false, StorageScope.WORKSPACE);
|
||||
} else {
|
||||
this.storageService.remove(SearchView.SHOW_REPLACE_STORAGE_KEY);
|
||||
this.storageService.remove(SearchView.SHOW_REPLACE_STORAGE_KEY, StorageScope.WORKSPACE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user