Right-click opened Terminal window does not release folder handle after navigated away #13793
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
1.14.2281.0
Windows build number
10.0.19044.1889
Other Software
No response
Steps to reproduce
sample
.Windows Explorer
, navigate into thissample
folder. Open aWindows Terminal
with right-click context menu.Windows Explorer
window.Terminal
window, navigate away from this folder. E.g.cd ..
.rmdir sample
within the sameTerminal
. You should get an error ofThe process cannot access the file because it is being used by another process.
.Terminal
window and try to delete that folder again. You should now able to get rid of it without issues.Expected Behavior
The folder handle should get released once navigated away.
Actual Behavior
Get an error of
The process cannot access the file because it is being used by another process.
.The text was updated successfully, but these errors were encountered: