formulahendry / formulahendry/vscode-code-runner
detached processes while runInTerminal & clearPreviousOutput
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
When programming and starting a **webservice** through code-runner with _code-runner.runInTerminal_: **true**, it is usual to stop the service explicitly via _CTRL+C_ and then after changes run the new code-runner snippet - and start the webservice again.
But, if i choose _code-runner.clearPreviousOutput_: **true** and run a changed file, the previous process got detached and must be killed seperately - in my opinion at this time it should be preferred, that all running processes (of the previous code-runner snippet) also will be killed when automatically clearing terminal to run an new code-runner snippet. Is this possible?
Another solution could be a separate _code-runner.killPreviousProcessesAutomatically_: **true** ...
This would be a really nice improvement :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.