tinymist_project

Type Alias LspUniverse

Source
pub type LspUniverse = CompilerUniverse<LspCompilerFeat>;
Expand description

LSP universe that spawns LSP worlds.

Aliased Type§

struct LspUniverse {
    pub features: Features,
    pub font_resolver: Arc<FontResolverImpl>,
    pub registry: Arc<HttpRegistry>,
    pub revision: NonZero<usize>,
    /* private fields */
}

Fields§

§features: Features

Features enabled for the compiler.

§font_resolver: Arc<FontResolverImpl>

Provides font management for typst compiler.

§registry: Arc<HttpRegistry>

Provides package management for typst compiler.

§revision: NonZero<usize>

The current revision of the universe.