formulahendry / formulahendry/vscode-code-runner

Run code in a new terminal window

Open
#278 3 comments 9 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.