Background:
You installed Julia through the Ubuntu Store / Snap Store and you are using VS Code to do your coding. As you download the necessary extensions, you get a pop up that says:
Could not start the Julia language server. Make sure the configuration setting julia.executablePath points to the Julia binary.
After some digging, I found a couple of solutions regarding this problem!
Rather than a question, this is the answer to an issue/error raised by VS Code when dealing with Julia lang downloaded from the Ubuntu Store/Snap. The error message is the following:
Could not start the Julia language server. Make sure the configuration setting julia.executablePath points to the Julia binary.
To solve this issue you have to point to the Julia Binary
in other words, to the Julia executable application. The possible solutions to your problem may be:
Start by pasting the following path to your Julia Executable Path. Paste it and restart VS Code.
/snap/julia/current/bin/julia
Inside your settings.json you should have the following. ( Applicable only if you downloaded Julia through the Ubuntu Store )
"julia.symbolCacheDownload": true,
"julia.enableTelemetry": false,
"julia.executablePath": "/snap/julia/current/bin/julia"
If that doesn't work try the following:
Search Julia
in the Extensions Marketplace
Download Julia
and Julia Insider
You will get an error saying you can't have both installed (active)
Uninstall Julia Insider
Restart VS Code
Test by creating a file with the file extention ( .jl ) j, as in "(J)ulia" l, as in "(L)anguage"
Execute with CTRL
+F5
Happy Julia Coding!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With