Exclude not applied

Fixes #226714
pull/227014/head
andreamah 2024-08-28 14:30:53 -07:00
parent 0e542f326f
commit 45b0afbff9
No known key found for this signature in database
GPG Key ID: B4CCC97963B6245C
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape, IExtHostWorkspac
}
const parsedInclude = include ? parseSearchExcludeInclude(GlobPattern.from(include)) : undefined;
const excludePatterns = include ? globsToISearchPatternBuilder(options.exclude) : undefined;
const excludePatterns = globsToISearchPatternBuilder(options.exclude);
return {
options: {