You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-lsp/src
Michael Davis 50dd11985c
prevent panic when handling an LSP response with no request (#2475)
A language server may push a response which doesn't belong to any
request. With this change, we discard the response rather than
crashing.

In the case of #2474, the language server sends an error message
with a null request ID which should not ever exist in the
`pending_requests` HashMap.

closes #2474
2 years ago
..
client.rs configurable lsp request timeout (#2405) 2 years ago
lib.rs Don't panic on LSP parsing errors 2 years ago
transport.rs prevent panic when handling an LSP response with no request (#2475) 2 years ago