I get this error in VS Code:
Failed to start julia language server. Verify that the julia.executablePath configuration parameter points to the julia binary.
In user settings I put
"julia.executablePath": "c:\\Program Files\\Julia\\Julia-0.5.0\\bin\\julia.exe"
which is the correct executable path.
Julia works without problems in the console, and VS Code works fine with the old extension 0.4.2. I tried reinstalling both the extension and the VS code, but that didn't help.
I have been trying to fix the problem for some time, but I am running out of ideas. Can someone point out what I'm doing wrong?
source
share