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 7ad9444 commit a5f366fCopy full SHA for a5f366f
src/fetcher.ts
@@ -5,7 +5,7 @@ class Fetcher {
5
static async findAllParseableDocuments(): Promise<vscode.Uri[]> {
6
const languages = ParseEngineRegistry.supportedLanguagesIds.join(',');
7
8
- return await vscode.workspace.findFiles(`**/*.{${languages}}`, '');
+ return await vscode.workspace.findFiles(`**/*.{${languages}}`, '**/node_modules');
9
}
10
11
0 commit comments