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.
2 parents 7ad9444 + a5f366f commit db978bfCopy full SHA for db978bf
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