We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4165510 commit 466ad84Copy full SHA for 466ad84
src/providers/FileSystemProvider/TextSearchProvider.ts
@@ -426,7 +426,7 @@ export class TextSearchProvider implements vscode.TextSearchProvider {
426
word: query.isWordMatch, // Ignored if regex is true
427
case: query.isCaseSensitive, // Ignored if regex is true
428
wild: false, // Ignored if regex is true
429
- documents: fileSpecFromURI(options.folder), // Ignored if project is defined
+ documents: project ? undefined : fileSpecFromURI(options.folder),
430
system, // Ignored if project is defined
431
generated, // Ignored if project is defined
432
mapped, // Ignored if project is defined
0 commit comments