Install the Julia programming language
"features": {
"ghcr.io/julialang/devcontainer-features/julia:1": {}
}
Options Id | Description | Type | Default Value |
---|---|---|---|
channel | Select a Juliaup channel | string | release |
julialang.language-julia
tamasfe.even-better-toml
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"
}
}
channel
can be also specified as a Julia version, such as 1.5.4
, 1.5
, 1
.
Check the Juliaup documentation for details.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md
.