提交 e375d137 编写于 作者: I isidor

fixes #114869

上级 cdbc22a9
......@@ -626,7 +626,7 @@ export class FilesFilter implements ITreeFilter<ExplorerItem, FuzzyScore> {
stat.isExcluded = true;
return false;
}
if (this.explorerService.getEditableData(stat) || stat.isRoot) {
if (this.explorerService.getEditableData(stat)) {
return true; // always visible
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册