microsoft / microsoft/vscode-remote-release
Should the post-create terminal close automatically if it exited cleanly
Open
@chrmarti is already working on this.
Since Feb 23, 2021.
containers
feature-request
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Testing #4502
Right now the terminal is always shown where the command is run, and the user is prompted to press any key to close the terminal after the command finishes. This mandates manual user interaction for thing they usually would not care about.
I think it would be a better experience to automatically close the terminal when the run completes if the command was not interrupted and exited with a 0.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.