removes unused vscode changes (#5533)

This commit is contained in:
Anthony Dresser
2019-05-21 21:48:57 -07:00
committed by GitHub
parent 48a6157efb
commit 2ca39b571a
10 changed files with 6 additions and 51 deletions

View File

@@ -32,10 +32,6 @@ import { onUnexpectedError } from 'vs/base/common/errors';
import { Parts, IWorkbenchLayoutService } from 'vs/workbench/services/layout/browser/layoutService';
import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
// {{SQL CARBON EDIT}}
import { convertEditorInput } from 'sql/workbench/common/customInputConverter';
interface IEditorPartUIState {
serializedGrid: ISerializedGrid;
activeGroup: GroupIdentifier;
@@ -979,11 +975,6 @@ export class EditorPart extends Part implements IEditorGroupsService, IEditorGro
this._onDidLayout.fire(dimension);
}
// {{SQL CARBON EDIT}} -- Allow editor titles to be refreshed to support tab coloring
public refreshEditorTitles(): void {
//this.editorGroupsControl.refreshTitles();
}
protected saveState(): void {
// Persist grid UI state