mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
Fix editor title not updating after connect (#5760)
* Fix editor title not updating after connect * Fix disconnect to also update title
This commit is contained in:
@@ -290,10 +290,12 @@ export class QueryInput extends EditorInput implements IEncodingSupport, IConnec
|
||||
this.runQuery(selection, { displayActualQueryPlan: true });
|
||||
}
|
||||
}
|
||||
this._onDidChangeLabel.fire();
|
||||
}
|
||||
|
||||
public onDisconnect(): void {
|
||||
this.state.connected = false;
|
||||
this._onDidChangeLabel.fire();
|
||||
}
|
||||
|
||||
public onRunQuery(): void {
|
||||
|
||||
Reference in New Issue
Block a user