Skip to content

Latest commit

 

History

History

julia

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Julia (via Juliaup) (julia)

Install the Julia programming language

Example Usage

"features": {
    "ghcr.io/julialang/devcontainer-features/julia:1": {}
}

Options

Options Id Description Type Default Value
channel Select a Juliaup channel string release

Customizations

VS Code Extensions

  • julialang.language-julia
  • tamasfe.even-better-toml

Options

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.