Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right Click Option to "Select a subset of Compose services" #2646

Closed
ucheNkadiCode opened this issue Jan 20, 2021 · 1 comment · Fixed by #2657
Closed

Right Click Option to "Select a subset of Compose services" #2646

ucheNkadiCode opened this issue Jan 20, 2021 · 1 comment · Fixed by #2657

Comments

@ucheNkadiCode
Copy link
Contributor

ucheNkadiCode commented Jan 20, 2021

In order to select a subset of services by right-clicking a Compose file and selecting "Compose Up", a user has to go into their settings.json file and write:

docker.commands.composeUp: "docker-compose ${configurationFile} up ${detached} ${build} ${serviceList}"

Now that we can select services dynamically before Composing up, I'd like an option that makes this dynamic selection more accessible to use

image

It could follow default functionality of this feature such as "none selected" is the same as all selected etc .

Question: Does this composeUp setting in settings.json persist for all other projects the user may open up in VS Code? I feel like this may be problematic if they are a user that has a simpler Project that uses compose and also a more complex project that actually needs the subset

@bwateratmsft
Copy link
Contributor

This is now released in Docker extension version 1.10.0.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants