提交 d1a1695f 编写于 作者: J Joao Moreno

todo

上级 54451590
...@@ -174,6 +174,10 @@ interface IViewState { ...@@ -174,6 +174,10 @@ interface IViewState {
order?: number; order?: number;
} }
// TODO: this should not be an ISequence but expose events:
// onDidAdd
// onDidRemove
// onDidMove
export class ContributableViewsModel implements ISequence<IViewDescriptor>{ export class ContributableViewsModel implements ISequence<IViewDescriptor>{
private viewDescriptors: IViewDescriptor[] = []; private viewDescriptors: IViewDescriptor[] = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册