Skip to content

Add presentation options to Docker extension's compose commands #350

@Jerkner

Description

@Jerkner

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions