formulahendry / formulahendry/vscode-code-runner
Run code in a new terminal window
Open
feature request
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
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"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.