Skip to content

Commit 93ff432

Browse files
committed
exclude extensions from npm task detection
1 parent 85a4897 commit 93ff432

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
}
3939
}
4040
],
41-
"typescript.tsdk": "node_modules/typescript/lib"
41+
"typescript.tsdk": "node_modules/typescript/lib",
42+
"npm.exclude": "**/extensions/**"
4243
}

0 commit comments

Comments
 (0)