提交 c0e6c9d8 编写于 作者: I isidor

fix compile error

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