mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Merge from vscode 2a36b7d0d527bf408bae4f96b8386db9d9455113 (#10237)
This commit is contained in:
@@ -146,18 +146,14 @@ interface IDefaultPanelLayout {
|
||||
}
|
||||
|
||||
interface IDefaultEditor {
|
||||
path: string;
|
||||
scheme: string;
|
||||
active?: boolean;
|
||||
readonly uri: UriComponents;
|
||||
readonly openOnlyIfExists?: boolean;
|
||||
}
|
||||
|
||||
interface IDefaultLayout {
|
||||
sidebar?: IDefaultSideBarLayout;
|
||||
panel?: IDefaultPanelLayout;
|
||||
editors?: IDefaultEditor[];
|
||||
|
||||
// Internal only
|
||||
firstRun?: boolean;
|
||||
readonly sidebar?: IDefaultSideBarLayout;
|
||||
readonly panel?: IDefaultPanelLayout;
|
||||
readonly editors?: IDefaultEditor[];
|
||||
}
|
||||
|
||||
interface IWorkbenchConstructionOptions {
|
||||
@@ -270,6 +266,8 @@ interface IWorkbenchConstructionOptions {
|
||||
*/
|
||||
readonly homeIndicator?: IHomeIndicator;
|
||||
|
||||
readonly defaultLayout?: IDefaultLayout;
|
||||
|
||||
//#endregion
|
||||
|
||||
|
||||
@@ -286,8 +284,6 @@ interface IWorkbenchConstructionOptions {
|
||||
readonly driver?: boolean;
|
||||
|
||||
//#endregion
|
||||
|
||||
defaultLayout?: IDefaultLayout;
|
||||
}
|
||||
|
||||
interface IWorkbench {
|
||||
@@ -421,6 +417,7 @@ export {
|
||||
IHomeIndicator,
|
||||
|
||||
// Default layout
|
||||
IDefaultEditor,
|
||||
IDefaultLayout,
|
||||
IDefaultPanelLayout,
|
||||
IDefaultSideBarLayout,
|
||||
|
||||
Reference in New Issue
Block a user