How can i use WSL2 in Commander?
-
I'm trying to use the Commander to run my project that is in the WSL directory. I try all the cases but apparently i cant set the working directory in a WSL path.
Has anyone managed to use this with WSL?
-
@luiz-eburneo Have you tried to specify it using the
\\wsl$\<DistroName>\<filepath>
UNC path? For example:\\wsl$\Ubuntu-22.04\home\YourUserName\Project