提交 23affbd2 编写于 作者: J Joao Moreno

fix tree tests

上级 0aadc7f5
......@@ -175,6 +175,7 @@ export class ItemRegistry {
this._onDidRefreshItem.add(item.onDidRefresh),
this._onRefreshItemChildren.add(item.onRefreshChildren),
this._onDidRefreshItemChildren.add(item.onDidRefreshChildren),
this._onDidDisposeItem.add(item.onDidDispose)
]);
this.items[item.id] = { item, disposable };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册