mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 91e99652cd5fcfc072387c64e151b435e39e8dcf (#6962)
This commit is contained in:
@@ -710,6 +710,10 @@ export class TestEditorGroupsService implements IEditorGroupsService {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
restoreGroup(_group: number | IEditorGroup): IEditorGroup {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
getSize(_group: number | IEditorGroup): { width: number, height: number } {
|
||||
return { width: 100, height: 100 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user