DEV Community

Discussion on: How to customize the new Windows Terminal with Visual Studio Code

Collapse
 
rennex profile image
Renne Nissinen

Add this to your settings in the relevant profile: "startingDirectory": "//wsl$/Ubuntu/home/yourname" or whatever is the path that works in Explorer.

Collapse
 
dougbm profile image
Douglas Marquardt

Thanks! It works.