-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terminal reconnection isn't working #187282
Comments
@meganrogge that's the return value (see |
I'm on to the cause... The process is getting killed after detaching on reload, so reconnect breaks:
Revive after restart is working for me. |
Ah found it:
Investigating... |
Parsed state is null so reconnect stops here: vscode/src/vs/workbench/contrib/terminal/electron-sandbox/localTerminalBackend.ts Line 320 in 4b2f5dc
|
Started happening in OSS on Wednesday July 5th
The text was updated successfully, but these errors were encountered: