Rename additionalResourcesAndViewIds

This commit is contained in:
Logan Ramos
2022-03-04 08:52:36 -05:00
parent 6dca4c1a1f
commit 0aa4642a59
6 changed files with 12 additions and 12 deletions

View File

@@ -641,7 +641,7 @@ export interface IEditorTabDto {
isPinned: boolean;
isDirty: boolean;
kind: TabKind;
additionalResourcesAndViewIds: { resource?: UriComponents; viewId?: string }[];
additionalResourcesAndViewTypes: { resource?: UriComponents; viewId?: string }[];
}
export interface IExtHostEditorTabsShape {