Update proposed.d.ts

This commit is contained in:
Logan Ramos
2021-09-21 15:39:28 -04:00
parent 4cc83ad27e
commit 6c5b3dfea1
4 changed files with 24 additions and 16 deletions

View File

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