Fix tab color break caused by VS Code merge (#2761)

This commit is contained in:
Matt Irvine
2018-10-04 15:33:03 -07:00
committed by GitHub
parent 6f39a37656
commit 004464c699
3 changed files with 9 additions and 1 deletions

View File

@@ -186,6 +186,7 @@ export class EditDataInput extends EditorInput implements IConnectableInput {
this._queryModelService.initializeEdit(this.uri, this.schemaName, this.tableName, this._objectType, rowLimit, queryString);
this.showResultsEditor();
this._onDidChangeLabel.fire();
}
public onDisconnect(): void {

View File

@@ -246,6 +246,7 @@ export class QueryInput extends EditorInput implements IEncodingSupport, IConnec
}
}
this._updateTaskbar.fire();
this._onDidChangeLabel.fire();
}
public onDisconnect(): void {