Structs§
- Initialize
Request - Initialize request to set up LSP for a workspace
- LspError
Response - LSP error response
- LspNotification
- LSP notification from client to server
- Protocol
Error - Protocol-level error (not LSP error)
Enums§
- Daemon
Request - Messages sent from an
LspClientto theLspDaemon. - Daemon
Response - Top-level daemon response
Constants§
- MAX_
MESSAGE_ SIZE - Maximum message size (16 MB)
Functions§
- extract_
document_ uri - Extract the document URI from an LSP request’s params by method name.