Julia language server in VS Code couldn´t start

Hey,

I´m having problems to setup the julia VS code extension. I´m using Julia 1.3.1 on Windows 10 and the latest VS Code extension 0.15.16. I set the julia executable path of the julia VS Code extension to my julia installation path C:\Users\Volker\_Daten\Software\Julia-1.3.1\bin, but everytime I get the message "Could not start the julia language server. Does anyone have any idea what I´m doing wrong?

Best regards
Volker

You need to put in the path to the exe, not just the folder. So probably C:\Users\Volker\_Daten\Software\Julia-1.3.1\bin\julia.exe.

1 Like

Thank you. It works