Skip to main content

LspPool

Type Alias LspPool 

Source
pub type LspPool = LspMultiplexer;
Expand description

Backward-compatible type alias.

Aliased Type§

pub struct LspPool {
    pub project_root: PathBuf,
    pub workspace_roots: Vec<(Language, PathBuf)>,
    /* private fields */
}

Fields§

§project_root: PathBuf

Read-only after daemon start. Never mutated after new() is called.

§workspace_roots: Vec<(Language, PathBuf)>