pub fn lsp_serve(send_to_query_channel: Sender<QueryRequest>)
Expand description
The workhorse function for handling incoming requests from the IDE. This will take instructions from stdin sent by the IDE and then send them to the appropriate system.
pub fn lsp_serve(send_to_query_channel: Sender<QueryRequest>)
The workhorse function for handling incoming requests from the IDE. This will take instructions from stdin sent by the IDE and then send them to the appropriate system.