-
Notifications
You must be signed in to change notification settings - Fork 275
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the "platform" key mean anything? #145
Comments
Hi 👋 Thanks for raising this question. When templates were located in microsoft/vscode-dev-containers, the Example 👇 Looks like we did migrate the variable so that it could be utilized for auto-generated docs, however, it seems to have slipped though the gaps - I'll update devcontainers/action to utilize it. Wondering, @jcbhmr would that be helpful? Also, in future this variable could be further utilized by the https://containers.dev/templates website as well for categorizing Templates. // cc @joshspicer / @bamurtaugh wondering if you're aware of any current use case of |
Those properties don't do anything today in the CLI, they seem to have been included in the initial spec as metadata for docs, etc. That said, we have a spec proposal related to this currently on our backlog. The spec issue is for Features, but anything we did there would likely translate to Templates as well. devcontainers/spec#58 |
Thanks for opening @jcbhmr, and thanks for looping me in @samruddhikhandale! @chrmarti do we use "platform" at all in VS Code tooling? |
Sure! I was wondering in my original question if it was used for something like "only for x86 machines" or "only for Windows" or something more hard-and-fast. It appears from this discussion that its more cosmetic than programmatic though. That answers my question! 👍 |
unsure if this is the right spot to ask
https://github.com/devcontainers/templates/blob/main/src/java/devcontainer-template.json#L37
I see that sometimes it's "Any", and sometimes it's a tool or library, and sometimes it's a programming language?
All that's said in the docs is:
Basically, what I'm getting at is: do these keywords do anything in this example devcontainer-template.json file?
especially that "much more" 😆
The text was updated successfully, but these errors were encountered: