Skip to main content

Module backend

Module backend 

Source

Modules§

panic_guard
Wrap async LSP handler bodies so a panic in one request doesn’t terminate the server connection. tower-lsp 0.20 does not catch handler panics by default; a single bad request would otherwise kill the editor’s LSP session and lose unsaved client-side state.

Structs§

Backend