You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <johannes.schindelin@gmx.de>
0 commit comments