mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 (#6516)
* Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 * fix tests
This commit is contained in:
@@ -8,6 +8,7 @@ import { Event } from 'vs/base/common/event';
|
||||
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';
|
||||
|
||||
export const IWorkbenchLayoutService = createDecorator<IWorkbenchLayoutService>('layoutService');
|
||||
|
||||
@@ -81,6 +82,11 @@ export interface IWorkbenchLayoutService extends ILayoutService {
|
||||
*/
|
||||
isVisible(part: Parts): boolean;
|
||||
|
||||
/**
|
||||
* Returns if the part is visible.
|
||||
*/
|
||||
getDimension(part: Parts): Dimension;
|
||||
|
||||
/**
|
||||
* Set activity bar hidden or not
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user