@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface ModuleBuilder<TUses>

    The builder handed to a defineModule callback.

    TUses is the module's ambient set — see DefineModuleOptions.uses. It is merged into commands, hosted services, watchers, views and raw registrations, so callbacks that share a few services declare them once.

    services is deliberately not ambient: a service's dependencies are the architecture, preflight validates them as a graph, and an ambient entry could both hide a dependency and make a service depend on itself.

    Type Parameters

    Index
    languageStatus: LanguageStatusCollection