提交 c0e6c9d8 编写于 作者: I isidor

fix compile error

上级 0c76aa91
...@@ -43,8 +43,6 @@ interface PartLayoutInfo { ...@@ -43,8 +43,6 @@ interface PartLayoutInfo {
statusbar: { height: number; }; statusbar: { height: number; };
} }
interface ILayoutInternalOptions extends ILayoutOptions { };
/** /**
* The workbench layout is responsible to lay out all parts that make the Workbench. * The workbench layout is responsible to lay out all parts that make the Workbench.
*/ */
......
...@@ -25,7 +25,7 @@ export enum Position { ...@@ -25,7 +25,7 @@ export enum Position {
export interface ILayoutOptions { export interface ILayoutOptions {
toggleMaximizedPanel?: boolean; toggleMaximizedPanel?: boolean;
source: Parts; source?: Parts;
} }
export const IPartService = createDecorator<IPartService>('partService'); export const IPartService = createDecorator<IPartService>('partService');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册