You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/gettingstarted.md
+2
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ If the VS Code extension does not find your Julia installation automatically, or
41
41
42
42
_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._
43
43
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
+
44
46
## Creating Your First Julia Hello World program
45
47
46
48
1. From the File Explorer toolbar, click the **New File** button on the `Hello` folder:
0 commit comments