Remove diff resource

This commit is contained in:
Logan Ramos
2021-09-08 14:20:08 -04:00
parent df115e761a
commit 65a8d1234c
5 changed files with 9 additions and 25 deletions

View File

@@ -642,7 +642,7 @@ export interface MainThreadEditorTabsShape extends IDisposable {
export interface IEditorTabDto {
viewColumn: EditorGroupColumn;
label: string;
resource?: UriComponents | { primary?: UriComponents, secondary?: UriComponents };
resource?: UriComponents;
editorId?: string;
isActive: boolean;
}