'How to run Julia project from GitHub in VS Code?
Could someone please tell me how one could run a project downloaded from github written in Julia in VS Code? I tried Executing the .jl files in REPL by right clicking on the file and clicking on "Execute File in REPL" but nothing.
I also tried "Activating the Environment" of the src file, and still nothing.
Any and all help would be highly appreciated.
Solution 1:[1]
- You open the file you wish to run (you must know which one it is)
- In the start menu you select "Run -> Run Without Debugging" or press "Ctrl+F5"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Przemyslaw Szufel |

