Fix #68056 - findFiles should not use search.exclude

This commit is contained in:
Rob Lourens
2019-02-07 18:15:23 -08:00
parent 0af3142ef8
commit 1c50a87561
3 changed files with 5 additions and 3 deletions

View File

@@ -124,6 +124,7 @@ export class MainThreadWorkspace implements MainThreadWorkspaceShape {
{
maxResults,
disregardExcludeSettings: (excludePatternOrDisregardExcludes === false) || undefined,
disregardSearchExcludeSettings: true,
includePattern,
_reason: 'startFileSearch'
});