Langium - v4.0.0
    Preparing search index...

    Type Alias LangiumCoreAndPartialLSPServices

    LangiumCoreAndPartialLSPServices: Omit<
        LangiumCoreServices & PartialLangiumLSPServices,
        "shared",
    >

    Language-specific core and optional LSP services. To be used while accessing the language-specific services via the service registry without a-priori knowledge about the presence of LSP services for the particular languages. Shared services should be accessed via the language server's services property.