mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 15:50:29 -04: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