mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Remove diff resource
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user