mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
add isPreview and group reference to tab
This commit is contained in:
@@ -672,12 +672,12 @@ export interface IEditorTabGroupDto {
|
||||
|
||||
export interface IEditorTabDto {
|
||||
id: string;
|
||||
viewColumn: EditorGroupColumn;
|
||||
label: string;
|
||||
input: AnyInputDto;
|
||||
editorId?: string;
|
||||
isActive: boolean;
|
||||
isPinned: boolean;
|
||||
isPreview: boolean;
|
||||
isDirty: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user