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.
1 parent e2e1db3 commit 77a9259Copy full SHA for 77a9259
.vscode/settings.json
@@ -8,6 +8,11 @@
8
"build": true,
9
"lib": true,
10
},
11
+ "search.exclude": {
12
+ "**/node_modules": true,
13
+ "build": true,
14
+ "lib": true,
15
+ },
16
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
17
// an intermediate stage where many files are modified. This setting suppresses these warnings.
18
"git.ignoreLimitWarning": true,
0 commit comments