Skip to content

Commit 77a9259

Browse files
committed
Exclude transpiled code and dependencies from VSCode search
1 parent e2e1db3 commit 77a9259

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"build": true,
99
"lib": true,
1010
},
11+
"search.exclude": {
12+
"**/node_modules": true,
13+
"build": true,
14+
"lib": true,
15+
},
1116
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
1217
// an intermediate stage where many files are modified. This setting suppresses these warnings.
1318
"git.ignoreLimitWarning": true,

0 commit comments

Comments
 (0)