Hi. I am trying to get my Julia 1.5.4 to work with my VSCode but it does not. I do not understand why this is the case. I renewed the installation for each but the problem persists. This is my Preferences > Settings > Julia: Executable Path:
Hm. When you open the settings UI (as opposed to the json file) you should see a bunch of tabs at the top. Can you check whether you have set the executable path differently in any of those?
What you show (assuming it’s under the “user” tab) might not be what VSCode is actually using – it might be overwritten by workspace or remote specific settings.
Check if you’re using the command prompt, or PowerShell shell as your default. Maybe your PS is blocked or something.
Try adding the full path (In my case it looks like “julia.executablePath”: “C:\Users\MY_USER\AppData\Local\Programs\Julia-1.6.0\bin\julia.exe”)
To confirm the above. You should be able to copy paste your path, and run it by hand on cmd.exe, and initiate a Julia terminal.
I’d also recommend using the “Julia: Start REPL” command from the command palette, just to make sure no other extension accidentally hijacked the run button or whatnot.
I hear you that it is definitely what is causing this error. But the path is correct both in my JSON file and the user settings. Where else could it be?