mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Re-enable vscode.open tab est
This commit is contained in:
@@ -644,8 +644,11 @@ export interface IEditorTabDto {
|
||||
}
|
||||
|
||||
export interface IExtHostEditorTabsShape {
|
||||
// Accepts a whole new model
|
||||
$acceptEditorTabModel(tabGroups: IEditorTabGroupDto[]): void;
|
||||
// Only when group property changes (not the tabs inside)
|
||||
$acceptTabGroupUpdate(groupDto: IEditorTabGroupDto): void;
|
||||
// Only when tab property changes
|
||||
$acceptTabUpdate(groupId: number, tabDto: IEditorTabDto): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user