Julia setup
Here are the steps to set up Julia in VS Code with mise:
- Install the mise-vscode extension (if not already installed)
- Install the Julia extension for VS Code
- 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:
mise-vscode
will automatically detect it and set julia.executablePath
in your workspace settings.
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)