I need to run several scripts to start my dev environment. I prefer doing in VSCode.
While using concurrently etc. is good, I'd very much like them to run in separate terminal windows to make it easier to track output for any process.
So let's say I need to run
npm start
and npm run serve-backend
, and starting both but in separate terminal windows (and preferrably opening a third terminal window for future work).
Is there any way to do this in vscode?