Installs the Julia programming language into a development container.
"features": {
"ghcr.io/julialang/devcontainer-features/julia:1": {}
}
You can select a specific Julia version by specifying a Juliaup channel name as an option. For example, the following installs the LTS Julia release:
"features": {
"ghcr.io/julialang/devcontainer-features/julia:1": {
"channel": "lts"
}
}