More work towards adopting unique tab ids

This commit is contained in:
Logan Ramos
2022-03-16 09:31:15 -04:00
parent 2a5a52be2b
commit 4a8f00b9c4
3 changed files with 43 additions and 21 deletions

View File

@@ -632,6 +632,7 @@ export enum TabKind {
}
export interface IEditorTabDto {
id: string;
viewColumn: EditorGroupColumn;
label: string;
resource?: UriComponents;