-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
:quit panic #278
Comments
I'm guessing the LSP terminates early and the receive loop fails. We probably want to send proper shutdown signals to LSPs before exiting. I suspect this is also the cause of #266 (also \cc-ing @batonius for thoughts, they've cleaned up a bunch of other panics in that crate) A quick fix would be helix/helix-lsp/src/transport.rs Line 100 in d1c8a74
and helix/helix-lsp/src/transport.rs Line 105 in d1c8a74
replacing (Sidenote: your Helix version seems to be different, it's still on 0.0.10 but contains new commits) |
Can you still reproduce this with #287 merged? |
Ill test it for a while, and report back. |
Reproduction steps
Hard to reproduce, but in using helix i've had it multiple times.
:quit
commandEnvironment
The text was updated successfully, but these errors were encountered: