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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,20 +47,20 @@ If you want to use a different Julia executable command for the LanguageServer r
47
47
48
48
1. From the File Explorer toolbar, click the **New File** button on the `Hello` folder:
49
49
50
-

50
+

51
51
52
52
2. Name the file `hello.jl`, and it automatically opens in the editor.
53
53
54
-

54
+

55
55
56
-
The .jl file extension indicates to VS Code that you interpret this file as a Julia program, therefore it evaluates the contents with the Julia extension and the selected interpreter.
56
+
The .jl file extension indicates to VS Code that you interpret this file as a Julia program, therefore it evaluates the contents with the Julia extension and the selected interpreter.
0 commit comments