Vscode with multiple versions via juliaup override?

my vscode does not pick up the julia version I pinned in a certain directory via override:

floswald@PTL11077 ~/.j/d/LandUse (master)> juliaup override status                                              (base) 
 Path                                Channel 
---------------------------------------------
 /Users/floswald/.julia/dev/LandUse  1.8.5   

But when I start the REPL inside VSCode (for the project located at this directory), I get a different julia version. How can I start VScode with julia 1.8.5 for the project in this directory? thanks

We just don’t support that in VS Code yet, afaict.

Yep, @pfitzseb is right, one of the many things on my todo list :slight_smile:

1 Like