Run code in a new terminal window
Sometimes it is necessary to run multiple scripts simultaneously. For example if some of them should be constantly running in a watch mode. Right now it seems to be impossible to execute another script while previous is still running.
It might be a new command in context menu or a setting like:
"code-runner.runInNewTerminal": true | false | "always" | "ifThereAreNoAvailableTerminalsLeft"
or
"code-runner.runIn": "output" | "existingTerminal" | "newTerminal"
This is a feature I'd like to see implemented as well. While testing my code I run a lot other programs through the console in VS code. I'd love to be able to right click and just run each background script in it's own window.
+1
Any solutions for this??