It's possible to embed a devcontainer definition through a LABEL in the Dockerfile. VS Code and devcontainers CLI will read the label first and then merge user-specified settings on top of it.
That should allow to remove some redundant/boilerplate from app repositories.
https://containers.dev/implementors/spec/#image-metadata
It's possible to embed a devcontainer definition through a
LABELin the Dockerfile. VS Code and devcontainers CLI will read the label first and then merge user-specified settings on top of it.That should allow to remove some redundant/boilerplate from app repositories.
https://containers.dev/implementors/spec/#image-metadata