-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[code] connection to the extension host suddenly breaks #3797
Comments
probably related to #3370 if not a duplicate |
A workaround is to reload or open another page. |
I was able to reproduce it, by capturing WebSocket object to the extension host process from the heap snapshot and closing it. Handshake on the reconnection is broken. Looking into the fix. That’s really hard to reproduce otherwise, because if the connection is completely offline, VS Code treats it differently. |
We are going to deploy the fix tomorrow morning. |
I was coding along and after an hour or so, parts of the IDE (search, scm, open file) didn't work anymore.
Turned out the connection to the code server dropped and reconnection didn't work.
logs from the console:
The text was updated successfully, but these errors were encountered: