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" 😆
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?
{ "id": "jupyter-datascience-notebooks", "version": "1.0.0", "name": "Jupyter Data Science Notebooks", "description": "Use Jupyter Data Science Notebooks with Python, R, Julia, and more.", "documentationURL": "https://github.com/devcontainers-community/templates/tree/main/src/jupyter-datascience-notebooks", "publisher": "Community", "licenseURL": "https://github.com/devcontainers-community/templates/blob/main/LICENSE", "options": { "baseVariant": { "type": "string", "description": "Base image. Check the documentation for details.", "default": "datascience-notebook", "proposals": [ "base-notebook", "minimal-notebook", "r-notebook", "scipy-notebook", "tensorflow-notebook", "datascience-notebook", "pyspark-notebook", "all-spark-notebook" ] }, "imageVariant": { "type": "string", "description": "Image version (tag).", "default": "latest", "proposals": ["latest"] } }, "platforms": [ "Python", "R", "Julia", "numpy", "pandas", "tidyverse", "much more" ] }especially that "much more" 😆