Searched defs:AnalyzerStatusParams (Results 1 – 3 of 3) sorted by relevance
71 export type AnalyzerStatusParams = { textDocument?: lc.TextDocumentIdentifier }; alias
26 pub struct AnalyzerStatusParams { struct27 pub text_document: Option<TextDocumentIdentifier>,
69 params: lsp_ext::AnalyzerStatusParams, in handle_analyzer_status()