提交 f906a5f0 编写于 作者: I isidor

open editors: really always expand all

上级 72de9336
......@@ -139,7 +139,7 @@ export class OpenEditorsView extends AdaptiveCollapsibleViewletView {
if (treeInput !== this.tree.getInput()) {
this.tree.setInput(treeInput).done(() => this.tree.expandAll(this.model.groups), errors.onUnexpectedError);
} else {
this.tree.refresh().done(null, errors.onUnexpectedError);
this.tree.refresh().done(() => this.tree.expandAll(this.model.groups), errors.onUnexpectedError);
}
// Make sure to keep active editor input highlighted
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册