[docker-compose] "runServices" not working if "service" already running #9118
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
Given the devcontainer.json like:
For example, the two projects above are attached to the same container "golang", but both of them have different service dependencies. When the first project already opened, the second project "runServices" not running (postgres running but mongo not running), and vice versa.
To try the behaviour, I also tried to manually run
golang
container first before open vscode. When the "service" container (golang) already running, all "runServices" is ignored and not run already.The text was updated successfully, but these errors were encountered: