I meet the same problem as Many rg commands started by vscode that consume 99% of CPUs
But the different point is, my code directory does have many files in HDD. so even I set "search.followSymlinks": false
, there's nothing to go better. Before when I used this repo on SSD everything was ok. so I think the number and size of files are just too big for rg. Nothing could improve my situation with the rg
s. Maybe only way for me now is to disable the auto-generated rg
s.
I created a background task to kill all @vscode/ripgrep/bin/rg
per 10 seconds. and I noticed it doesn't affect my experience using vscode. So I think it's acceptable. Is there any way to stop all the self-generated ripgrep commands?