We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed89e0 commit 2a2b25eCopy full SHA for 2a2b25e
1 file changed
src/flatConfigEditor.ts
@@ -385,7 +385,7 @@ export class FlatConfigEditor implements vscode.CustomTextEditorProvider {
385
workspaceRootUri.path + '/**/*',
386
`!${workspaceRootUri.path}/.git`,
387
`!${workspaceRootUri.path}/.vscode`,
388
- `!${workspaceRootUri.path}/node_modules`,
+ `!${workspaceRootUri.path}/**/node_modules`,
389
],
390
{ dot: true }
391
)
0 commit comments