This commit is contained in:
Rob Lourens
2019-03-05 16:11:40 -08:00
parent 1adb3256ea
commit 0710a009f8
3 changed files with 3 additions and 3 deletions

View File

@@ -405,7 +405,7 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape, IExtHostWorkspac
}
}
let excludePatternOrDisregardExcludes: string | false = false;
let excludePatternOrDisregardExcludes: string | false | undefined = undefined;
if (exclude === null) {
excludePatternOrDisregardExcludes = false;
} else if (exclude) {