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
refactor(devcontainer): support local environment overrides (#433)
Move the tracked Dev Container build defaults from the repository-level
.env file to .devcontainer/.env.defaults.
Generate an ignored .env.compose during initializeCommand by copying the
defaults and appending optional values from .env.local. Point
.devcontainer/.env at the generated file so Compose discovers the merged
configuration without requiring an extra setup command.
Ignore root-level .env variants in Git and Docker build contexts,
document dependency overrides and per-checkout Compose project names,
and broaden the editor guidance to IDEs implementing the Development
Container Specification.
0 commit comments