I have a file with a simple single-line code println("Hello")
.
When I press “Julia: Run File in New Process” in VS Code on Windows 10, it is trying to start the process forever. It shows the little palette with the red square and the green circular arrow, but apart from this, does nothing. The same happens if I press Ctrl+F5. If, however, I try to “Debug File in New Process” or try to execute the active file in REPL, everything works fine.
A week ago everything worked well. Could someone help me to resolve the problem? I have no idea how to approach this issue.
Thanks!
EDIT
Things I tried that didn’t help:
- Restarting Julia Language Server
- Rebooting computer
- Uninstalling Julia from VS Code extensions and installing it again
- Reinstalling Julia on my computer
- Reinstalling VS Code on my computer
- Creating a new empty project with the newest version of Julia (1.7.3) → same behavior