Skip to content

Commit ae3741b

Browse files
authored
Update gettingstarted.md
1 parent 95919ca commit ae3741b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/gettingstarted.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ If the VS Code extension does not find your Julia installation automatically, or
4141

4242
_NOTE: The format of the string should follow your platform specific conventions. Note that the backslash `\` is the escape character in JSON, therefore use `\\` as the path separator character on Windows._
4343

44+
If you want to use a different Julia executable command for the LanguageServer runtime you can set it by setting the `julia.languageServerExecutablePath` setting. This is helpful in cases when you want to run the Julia REPL with a sysimage and the LanguageServer without a sysimage.
45+
4446
## Creating Your First Julia Hello World program
4547

4648
1. From the File Explorer toolbar, click the **New File** button on the `Hello` folder:

0 commit comments

Comments
 (0)