Try to put /home/ved/Downloads/julia-1.5.0/bin/
into your PATH variable. For test (you are using bash?) you may run export PATH=$PATH:/home/ved/Downloads/julia-1.5.0/bin/
in the shell, and start VSCode from the same shell afterwards.
If this works you can put the same command into your .bashrc or better in the system resource file /etc/environment
I have put this into the bashrc file. So, I can just type julia in a fresh terminal and julia repl for v1.5 opens also, I can run a julia code by just typing julia name.jl. However, for some reason VSCode is not recognising julia.
Okay.
I have the julia extension in VSCode. What is the keyboard shortcut to run the code?
Also pressing that run button on the top right it runs the code but the REPL doesn’t open.
It opens in a Julia Debugger, but I want to run in a REPL.
How to open a repl when we run the code using the julia extension?