The PowerShell integration rewrites ls invocations to ls.cmd, which breaks PowerShell provider drives such as env: and alias:.
Repro
Actual behavior
ls.cmd: unknown io error: 'env:'
Expected behavior
PowerShell provider drives should continue to work
The PowerShell integration rewrites
lsinvocations tols.cmd, which breaks PowerShell provider drives such asenv:andalias:.Repro
Actual behavior
Expected behavior
PowerShell provider drives should continue to work