mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3
This commit is contained in:
@@ -113,11 +113,6 @@ export interface IWorkbenchLayoutService extends ILayoutService {
|
||||
*/
|
||||
setActivityBarHidden(hidden: boolean): void;
|
||||
|
||||
/**
|
||||
* Number of pixels (adjusted for zooming) that the title bar (if visible) pushes down the workbench contents.
|
||||
*/
|
||||
getTitleBarOffset(): number;
|
||||
|
||||
/**
|
||||
*
|
||||
* Set editor area hidden or not
|
||||
@@ -185,11 +180,6 @@ export interface IWorkbenchLayoutService extends ILayoutService {
|
||||
*/
|
||||
getWorkbenchContainer(): HTMLElement;
|
||||
|
||||
/**
|
||||
* Returns the element that contains the workbench.
|
||||
*/
|
||||
getWorkbenchElement(): HTMLElement;
|
||||
|
||||
/**
|
||||
* Toggles the workbench in and out of zen mode - parts get hidden and window goes fullscreen.
|
||||
*/
|
||||
@@ -215,7 +205,6 @@ export interface IWorkbenchLayoutService extends ILayoutService {
|
||||
*/
|
||||
registerPart(part: Part): void;
|
||||
|
||||
|
||||
/**
|
||||
* Returns whether the window is maximized.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user