Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3

This commit is contained in:
ADS Merger
2020-03-11 04:19:23 +00:00
parent 16fab722d5
commit 4c3e48773d
880 changed files with 20441 additions and 11232 deletions

View File

@@ -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.
*/