When i open Windows Powershell in WSL2 i have Microsoft.PowerShell.Core\FileSystem::\\wsl$\Debian\home\debian as path.
Microsoft.PowerShell.Core\FileSystem:: should not be there.
You can use Convert-Path to remove it but I am not a dev and I don't know where it should be placed in the code.
When i open Windows Powershell in WSL2 i have
Microsoft.PowerShell.Core\FileSystem::\\wsl$\Debian\home\debian
as path.Microsoft.PowerShell.Core\FileSystem::
should not be there.You can use
Convert-Path
to remove it but I am not a dev and I don't know where it should be placed in the code.