You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of doing the expansion as above, devcontainer now reads it as compose_project_name - not expanding the variable. (${COMPOSE_PROJECT_NAME} -> compose_project_name)
It breaks the names of the project, volumes, networks, etc - empty container
Description
Setup
Results
$ docker compose config name: abc_123 services: # ...
Issue
Instead of doing the expansion as above, devcontainer now reads it as
compose_project_name
- not expanding the variable. (${COMPOSE_PROJECT_NAME}
->compose_project_name
)It breaks the names of the project, volumes, networks, etc - empty container
It happened first today on https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers @
v0.369.0
.The
v0.362.0
uses the folder name. My var is always the same as the folder name that's why I only experienced it today.Related
The text was updated successfully, but these errors were encountered: