microsoft / microsoft/vscode-containers
Add presentation options to Docker extension's compose commands
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 139
- Forks
- 87
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 9
Description
Type: Feature Request
When running Docker Compose commands via the Docker extension UI (e.g., right-clicking a container and selecting "Compose Stop"), the terminal shows:
"* Terminal will be reused by tasks, press any key to close it."
This requires manual intervention to close the terminal after each command finishes.
Custom VS Code tasks support a presentation property to auto-close terminals:
"presentation": {
"close": true
}
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.
Research direction
Start from the Docker extension UI entry point for Compose commands, such as right-clicking a container and selecting "Compose Stop," and trace how the terminal task is created. Compare that task with the VS Code presentation property shown in the issue, then verify that Compose commands close their terminals automatically when finished.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100