mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
Fix additional regressions in master (#621)
This commit is contained in:
@@ -61,8 +61,10 @@ export class ServerTreeView {
|
||||
this._onSelectionOrFocusChange = new Emitter();
|
||||
if (this._capabilitiesService) {
|
||||
this._capabilitiesService.onCapabilitiesReady().then(() => {
|
||||
this.refreshTree();
|
||||
this._treeSelectionHandler.onTreeActionStateChange(false);
|
||||
if (this._connectionManagementService.hasRegisteredServers()) {
|
||||
this.refreshTree();
|
||||
this._treeSelectionHandler.onTreeActionStateChange(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user