Thanks for the solution @affans!
Now I need to take it a step further.
From a laptop at work, I need to remotely use Julia on WSL2 on my Windows desktop at home.
I’ve managed to set the integrated terminal to use bash (WSL Ubuntu) when using Remote - SSH, but the Julia extension is searching for the executable on the Windows side.
The julia binary is in PATH (/mnt/c/Users/elias/Software/julia-1.5.3/bin
) on WSL, but I haven’t done the same on the Windows side.
How should I approach this? Can I configure which platform (WSL vs Windows) the Julia extension is run on when using Remote - SSH?