mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 17:20:28 -04:00
Merge from vscode 8ef8aa6b3cb5b96870660fdd3bb8d0755e62fe51 (#5422)
This commit is contained in:
@@ -1066,6 +1066,7 @@ export class SettingsEditor2 extends BaseEditor {
|
||||
}
|
||||
|
||||
this.tocTree.setFocus([]);
|
||||
this.viewState.filterToCategory = undefined;
|
||||
this.tocTreeModel.currentSearchModel = this.searchResultModel;
|
||||
this.onSearchModeToggled();
|
||||
|
||||
@@ -1207,6 +1208,7 @@ export class SettingsEditor2 extends BaseEditor {
|
||||
}
|
||||
|
||||
this.tocTree.setFocus([]);
|
||||
this.viewState.filterToCategory = undefined;
|
||||
this.tocTree.expandAll();
|
||||
|
||||
this.renderTree(undefined, true);
|
||||
|
||||
Reference in New Issue
Block a user