vscode-docker
vscode-docker copied to clipboard
The error message is unclear after executing the command "Docker Containers: Compose Stop/Start/Logs" from command palette
OS: All Build Version: 20220412.2 Regression: Not a Regression
Repro Steps:
- Right click a docker.compose file -> Compose Up -> There is a running container in the Container view.
- Click the "Configure Explorer…" button on the Containers view -> Group By -> Select a property (don't select "Compose Project Name").
- F1 -> Docker Containers: Compose Stop/Start/Logs.
- Check whether the error message is clear.
Expect: The error message is clear.
Actual: The error message is unclear.
"No Docker Compose projects are running" looks like the “Compose Up” command is not executed and there is no running container in the Container view.
That makes sense. I'll have to change it so that command does not show up in the command palette if the containers view isn't grouped by compose project.
Not a blocker for 1.22 for sure though.
Actually this should already be the case:

Ah, we got logs, restart, and down, but not stop and start.
