You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir tmp
cd tmp
pwsh
rm -rf ../tmp
write-host'hello world';
Expected behavior
hello world
### Actual behavior
```console
OperationStopped: Unable to find the specified file.
### Error details
```console
After deleting the directory that powershell was opened with the entire environment becomes catatonic. From experience i know there are some wierd issues with folder paths, sometimes you need to manually change
[Environment]::CurrentDirectory = (pwd).Path
to make things work correctly and this problem is solved by this command
### Environment data
```powershell
this is run from an up-to-date snap installation on debian linux
Prerequisites
Steps to reproduce
Expected behavior
hello worldto make things work correctly and this problem is solved by this command
Visuals
No response