Add tab pin status

This commit is contained in:
Logan Ramos
2022-02-22 10:52:46 -05:00
parent 198682cfac
commit cc5519bc3f
4 changed files with 57 additions and 17 deletions

View File

@@ -638,6 +638,7 @@ export interface IEditorTabDto {
resource?: UriComponents;
editorId?: string;
isActive: boolean;
isPinned: boolean;
isDirty: boolean;
kind: TabKind;
additionalResourcesAndViewIds: { resource?: UriComponents; viewId?: string }[];