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
fix: LSP server should only exit on the exit notification
The main loop returned on any notification, so the first non-exit
notification a client sent (e.g. textDocument/didOpen) shut the server
down. Returning also dropped the connection sender, panicking with
"sending on a disconnected channel".
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments