xxxxxxxxxx
# Type in the wsl terminal:
# To open explorer in the current folder
explorer.exe .
# To open vs code in the current folder
code .
xxxxxxxxxx
from explorer \\wsl$
from powershell: cd \\wsl$\<DistributionName>
in my case DistributionName is Ubuntu20.04