vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

Run code in a new terminal window

Open pavel-agarkov opened this issue 7 years ago • 3 comments

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"

pavel-agarkov avatar Mar 17 '18 12:03 pavel-agarkov

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.

ADataGMan avatar Nov 17 '18 04:11 ADataGMan

+1

smcguffee avatar Oct 26 '21 15:10 smcguffee

Any solutions for this??

Nimish05Z avatar Oct 28 '25 14:10 Nimish05Z