- Notifications
You must be signed in to change notification settings - Fork912
fix(agent/agentcontainers): correct definition of remoteEnv#16845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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. 👍🏻
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.metadata
is apparently an array, not an object. Missed this first time round!