-
| I wanted to set the cwd to ~ dir, so it starts in my home dir. I use the wsl.exe terminal, and I have tried, but it just crashes. If I set cwd to windows dir (C:/Temp) it works, but if I use \wsl$\Ubuntu-20.04\root (home dir as in explorer.exe) it doesn't work. Thanks in advance. | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
| Maybe this can help? | 
Beta Was this translation helpful? Give feedback.
-
| 
 Comment from @Animus-Surge was the solution. Instead of choosing  | 
Beta Was this translation helpful? Give feedback.
Comment from @Animus-Surge was the solution. Instead of choosing
\\wsl$\<path>, it worked with//wsl$/<path>.