Browse Source

Use a github markdown note

pull/140/head
Fredrik Ekre 9 months ago
parent
commit
a6c88d81c9
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 10
      README.md

10
README.md

@ -261,10 +261,12 @@ Using the "Format Document" VS Code command will now format the file using Runic @@ -261,10 +261,12 @@ Using the "Format Document" VS Code command will now format the file using Runic
the first time you execute the command you will be prompted to select a formatter since the
Julia language extension also comes with a formatter.
If you've installed Julia via [juliaup](https://github.com/JuliaLang/juliaup), the `julia` executable
might not be on the `PATH` of the shell spawned by VS Code, causing formatting to fail.
In that case, you can find the full path of the `julia` executable using `which julia`, and then
replace "julia" in the command in `settings.json` with the full path.
> [!NOTE]
> If you've installed Julia with [juliaup](https://github.com/JuliaLang/juliaup), the
> `julia` executable might not be available in `PATH` within VS Code, causing formatting to
> fail. In that case, you can find the full path of the `julia` executable using `which
> julia` (typically something like `${HOME}/.juliaup/bin/julia` with default juliaup
> settings), and then replace `julia` in the command in `settings.json` with the full path.
#### Emacs

Loading…
Cancel
Save