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
}
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
presentationproperty to auto-close terminals: