- Notifications
You must be signed in to change notification settings - Fork1.2k
fix(agent/agentcontainers): correct definition of remoteEnv#16845
fix(agent/agentcontainers): correct definition of remoteEnv#16845
Conversation
mafredri left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This label can contain an array of json snippets that will be automatically merged with devcontainer.json contents (if any) when a container is created.
From:https://containers.dev/implementors/json_reference/
That is how I understand it as well, changes look good. 👍🏻
johnstcn commentedMar 7, 2025
TBH I'd like to auto-generate the struct based on the spec. That will give us a nice heads-up if the spec changes on us. |
61246bc intomainUh oh!
There was an error while loading.Please reload this page.
devcontainer.metadatais apparently an array, not an object. Missed this first time round!