提交 9cbb650f 编写于 作者: S Sandeep Somavarapu

#7204 #7151 expand all files unless they are collapsed specifically

上级 634ebbb1
......@@ -193,11 +193,7 @@ export class MarkersPanel extends Panel {
if (this.autoExpanded.contains(resource.uri.toString())) {
return;
}
if (resource.markers.length > 0 && resource.markers.length < 10) {
this.tree.expand(resource).done(null, errors.onUnexpectedError);
} else {
this.tree.collapse(resource).done(null, errors.onUnexpectedError);
}
this.tree.expand(resource).done(null, errors.onUnexpectedError);
this.autoExpanded.set(resource.uri.toString());
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册