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
Tyriar opened this issue
Feb 24, 2021
· 3 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded
Right now on reload we explicitly tell pty service to detach the process, this does not detect when the window crashes ungracefully.
Repro:
Create 2 windows
Create a terminal
Crash one window (kill proc)
The text was updated successfully, but these errors were encountered:
Tyriar
added
bug
Issue identified by VS Code Team member as probable bug
terminal
General terminal issues that don't fall under another label
labels
Feb 24, 2021
Tyriar
changed the title
Come up with more robust approach to detaches processes in local reconnect
Come up with more robust approach to detached processes in local reconnect
Feb 24, 2021
I think this is fixed now after adopting the code in remote and supporting attach to session which asks the renderers which processes are detached #118241
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded
Related #116467
Right now on reload we explicitly tell pty service to detach the process, this does not detect when the window crashes ungracefully.
Repro:
The text was updated successfully, but these errors were encountered: