提交 06034248 编写于 作者: B Benjamin Pasero

multi-root folders: excluding dot files from a folder makes it invisible in...

multi-root folders: excluding dot files from a folder makes it invisible in file explorer (fixes #37899)
上级 6d5e4b8c
......@@ -704,7 +704,7 @@ export class FileFilter implements IFilter {
}
private doIsVisible(stat: FileStat): boolean {
if (stat instanceof NewStatPlaceholder) {
if (stat instanceof NewStatPlaceholder || stat.isRoot) {
return true; // always visible
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册