Update values in devcontainer.json
are not respected after the container is created
#252
Labels
Milestone
devcontainer.json
are not respected after the container is created
#252
Version 0.74.0
Updated values, such as
remoteEnv
indevcontainer.json
after the container is created are not respected since the values from the container metadata are taking precedence.This breaks flows where this values are updated, like secrets, to keep environments working.
The issue appears to be coming from here:
cli/src/spec-node/imageMetadata.ts
Lines 119 to 149 in dadf77b
The text was updated successfully, but these errors were encountered: