Skip to content

Commit 9bdd3ca

Browse files
committed
Exclude node_modules from search
1 parent 56c6559 commit 9bdd3ca

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
@@ -4,6 +4,7 @@
44
"out": false // set this to true to hide the "out" folder with the compiled JS files
55
},
66
"search.exclude": {
7-
"out": true // set this to false to include "out" folder in search results
7+
"out": true, // set this to false to include "out" folder in search results
8+
"node_modules": true
89
}
910
}

0 commit comments

Comments
 (0)