mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Fix #68056 - findFiles should not use search.exclude
This commit is contained in:
@@ -124,6 +124,7 @@ export class MainThreadWorkspace implements MainThreadWorkspaceShape {
|
||||
{
|
||||
maxResults,
|
||||
disregardExcludeSettings: (excludePatternOrDisregardExcludes === false) || undefined,
|
||||
disregardSearchExcludeSettings: true,
|
||||
includePattern,
|
||||
_reason: 'startFileSearch'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user