mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
74d0c39cb3
When devcontainer up fails due to a lifecycle script error like postCreateCommand, the CLI still returns a container ID. Previously this was discarded and the devcontainer marked as failed. Now we continue with agent injection if a container ID is available, allowing users to debug the issue in the running container. Fixes coder/internal#1137