提交 9d2d8b1b 编写于 作者: 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)
上级 927edc95
......@@ -709,7 +709,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.
先完成此消息的编辑!
想要评论请 注册