mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
removes unused vscode changes (#5533)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user