microsoft / microsoft/vscode-containers

Add presentation options to Docker extension's compose commands

Open
#350 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.