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.
2 parents 153badf + 2b0038e commit ffb2dd5Copy full SHA for ffb2dd5
.vscode/settings.json
@@ -115,5 +115,24 @@
115
"cSpell.ignorePaths": [
116
"node_modules",
117
"**/node_modules"
118
- ]
+ ],
119
+ "search.ripgrep.maxThreads": 1,
120
+ "search.exclude": {
121
+ "**/.git": true,
122
+ "**/build": true,
123
+ "**/dist": true,
124
+ "**/git.git": true,
125
+ "**/mailing-list-mirror.git": true,
126
+ "**/node_modules": true,
127
+ "**/.test*": true,
128
+ },
129
+ "files.watcherExclude": {
130
131
132
133
134
135
136
137
+ }
138
}
0 commit comments