Commit 2b0038e
committed
vscode: avoid high CPU usage via search
The search feature in VS Code is quite nice, except when it bogs down
the processor by trying to index files that aren't meant to be
searchable, such as `node_modules/`.
While at it, also exclude the same folders from the file watcher, and
restrict the often-rampant `ripgrep` processes to play nicely already.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 153badf commit 2b0038e
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
119 | 138 | | |
0 commit comments