- Install Remote – WSL plugin
- Set default wls to ubuntu
wsl -l
wsl --set-default Ubuntu
wsl --set-default-version 2
- change from wsl1 to wsl2
wsl -l -v
wsl --set-version Ubuntu 2
- Use Window terminal for multiple wsl windows – https://superuser.com/questions/1119998/win-10-linux-subsystem-multi-tab-bash
- chmod is not working?
create /etc/wsl.conf
[automount]
options = "metadata"