Closed
Description
OS/Web Information
- code-server: v3.11.1
- VS Code: v1.57.1
- Commit: c680aae
- Date: 2021-08-06T18:33:37Z
- Browser: Mozilla/5.0 (X11; CrOS x86_64 13982.69.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.130 - Safari/537.36
Steps to Reproduce
- Open folder from the menu
- Mess around with files, terminals stuff...
- Close folder from the menu
Expected
All state is cleared from the project. Terminal ptys released, extensions unloaded, etc.
Actual
Notes
It used to be that state was lost on close, so the current behavior is orders of magnitude more usable. I think I am seeing a strangeness related to PR #2723. Code server is a bit different from VS Code in that there is a difference between the window being closed, and the folder is closed. Since it's a server it could be the browser crashed. Would it be possible to tease those apart? That being said, if that is too invasive I can live with needing to close the shell manually vs having my terminal lost when Amtrak's wifi flakes out. =)
This issue can be reproduced in VS Code: No