mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Tie in tab input, remove cleanup .d.ts
This commit is contained in:
@@ -670,24 +670,15 @@ export interface IEditorTabGroupDto {
|
||||
groupId: number;
|
||||
}
|
||||
|
||||
export enum TabKind {
|
||||
Singular = 0,
|
||||
Diff = 1,
|
||||
SidebySide = 2
|
||||
}
|
||||
|
||||
export interface IEditorTabDto {
|
||||
id: string;
|
||||
viewColumn: EditorGroupColumn;
|
||||
label: string;
|
||||
input: AnyInputDto;
|
||||
resource?: UriComponents;
|
||||
editorId?: string;
|
||||
isActive: boolean;
|
||||
isPinned: boolean;
|
||||
isDirty: boolean;
|
||||
kind: TabKind;
|
||||
additionalResourcesAndViewTypes: { resource?: UriComponents; viewId?: string }[];
|
||||
}
|
||||
|
||||
export interface IExtHostEditorTabsShape {
|
||||
|
||||
Reference in New Issue
Block a user