Skip to content

Julia setup

Here are the steps to set up Julia in VS Code with mise:

  1. Install the mise-vscode extension (if not already installed)
  2. Install the Julia extension for VS Code
  3. Open a project with a mise.toml file (or any other files supported by mise)

If your project has a mise.toml file, such as the one below:

[tools]
julia = "1"

mise-vscode will automatically detect it and set julia.executablePath in your workspace settings.

Julia setup

Note that the Julia extension does not work when using shims. It needs to be the path to the executable (i.e. what mise which julia returns)