We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d1f3c commit 8d39b16Copy full SHA for 8d39b16
1 file changed
src/vs/workbench/parts/files/common/explorerModel.ts
@@ -116,7 +116,7 @@ export class FileStat implements IFileStat {
116
}
117
118
public get nonexistentRoot(): boolean {
119
- return this.isRoot && !this.isDirectoryResolved;
+ return this.isRoot && !this.isDirectoryResolved && this.isDirectory;
120
121
122
public getId(): string {
0 commit comments