Home
last modified time | relevance | path

Searched refs:LspProgressMap (Results 1 – 2 of 2) sorted by relevance

/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dapplication.rs2 use helix_lsp::{lsp, util::lsp_pos_to_pos, LspProgressMap};
48 lsp_progress: LspProgressMap,
147 lsp_progress: LspProgressMap::new(), in new()
/dports/editors/helix/helix-0.5.0/helix-lsp/src/
H A Dlib.rs381 pub struct LspProgressMap(HashMap<usize, HashMap<lsp::ProgressToken, ProgressStatus>>); struct
383 impl LspProgressMap { impl