Open
Description
Is your feature request related to a problem? Please describe.
Not really an issue but clicking the "run all" button in a mono-repo with 200+ packages or configuring auto-run can peg CPU to a point that it can cause machine instability. Even just running the process to get the list of test files when vscode is opened can cause issues.
Describe the solution you'd like
Can we add a configuration option to limit the number of parallel threads or possibly limit the number of child processes spawned in parallel to the number of CPU cores?