This commit is contained in:
Logan Ramos
2022-03-15 09:55:57 -04:00
parent 037fd05f03
commit ed5a545047
5 changed files with 8 additions and 11 deletions

View File

@@ -612,7 +612,7 @@ export interface ExtHostEditorInsetsShape {
export interface MainThreadEditorTabsShape extends IDisposable {
// manage tabs: move, close, rearrange etc
$moveTab(tab: IEditorTabDto, index: number, viewColumn: EditorGroupColumn): void;
$closeTab(tab: IEditorTabDto): Promise<void>;
$closeTab(tab: IEditorTabDto, preserveFocus: boolean): Promise<void>;
}
export interface IEditorTabGroupDto {