Julia in VS Code

Im trying to run a Julia Script in VS Code - However, it doesnt work as this error message appears “Could not start the Julia language server. Make sure the julia.executablePath setting is valid.”
I dont know why its not valid, already checked online and tried in with and without the .exe at the end, though didnt help

That field should just contain the path, not the name julia.executablePath or the punctuation, right?

3 Likes

If you install Julia using juliaup VSCode gets configured correctly automatically…

2 Likes

Blockquote
If you install Julia using juliaup VSCode gets configured correctly automatically…

Yes but should you install VS Code first or run juliaup first??? What is the correct sequence of events???

It shouldn’t matter.
See https://modernjuliaworkflows.github.io/ for a detailed guide

3 Likes

This one worked - thanks a million!