Function ink_lsp_server::main_loop

source ·
pub fn main_loop(
    connection: Connection,
    client_capabilities: ClientCapabilities
) -> Result<()>
Expand description

Implements the main loop for dispatching LSP requests, notifications and handling responses.