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/installation/vscode.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ The panel with the terminal and new Julia session should open.
42
42
1. Open VS Code settings.
43
43

44
44
45
-
2. Find `Julia: Executable Path` by typing `julia executablePath` into the search bar.
45
+
2. Type `Julia: Executable Path` in the search box.
46
46
47
-
3. Set the `julia.executablePath` to the full path of Julia executable that the extension should use. The format of the path should follow your platform specific conventions.
47
+
3. Set the `Julia: Executable Path` to the full path of Julia executable that the extension should use. The format of the path should follow your platform specific conventions.
48
48

49
49
50
50
There are other useful extensions. We recommend installing the `Project Manager` extension that provides additional features to manage projects.
0 commit comments