Add isDirty

This commit is contained in:
Logan Ramos
2022-02-16 15:35:42 -05:00
parent ad0311a25a
commit f932fd6ae4
4 changed files with 28 additions and 6 deletions

View File

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