mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 8a997f7321ae6612fc0e6eb3eac4f358a6233bfb
This commit is contained in:
@@ -9,6 +9,7 @@ import { MenuBarVisibility } from 'vs/platform/windows/common/windows';
|
||||
import { ILayoutService } from 'vs/platform/layout/browser/layoutService';
|
||||
import { Part } from 'vs/workbench/browser/part';
|
||||
import { Dimension } from 'vs/base/browser/dom';
|
||||
import { Direction } from 'vs/base/browser/ui/grid/grid';
|
||||
|
||||
export const IWorkbenchLayoutService = createDecorator<IWorkbenchLayoutService>('layoutService');
|
||||
|
||||
@@ -224,4 +225,9 @@ export interface IWorkbenchLayoutService extends ILayoutService {
|
||||
* Updates the maximized state of the window.
|
||||
*/
|
||||
updateWindowMaximizedState(maximized: boolean): void;
|
||||
|
||||
/**
|
||||
* Returns the next visible view part in a given direction
|
||||
*/
|
||||
getVisibleNeighborPart(part: Parts, direction: Direction): Parts | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user