Skip to content

Commit dc0aa61

Browse files
authored
Manual for JULIA_EDITOR: note code.cmd for vscode on Windows (#44083)
1 parent 2118a08 commit dc0aa61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/manual/environment-variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ over `$EDITOR`. If none of these environment variables is set, then the editor
262262
is taken to be `open` on Windows and OS X, or `/etc/alternatives/editor` if it
263263
exists, or `emacs` otherwise.
264264

265+
To use Visual Studio Code on Windows, set `$JULIA_EDITOR` to `code.cmd`.
266+
265267
## Parallelization
266268

267269
### `JULIA_CPU_THREADS`

0 commit comments

Comments
 (0)