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