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

    Interface RegistrationDescription

    A declaration identified by an id and resolved from the container: a tree view, a webview view, a panel restorer, a managed raw registration.

    interface RegistrationDescription {
        dependencies: Readonly<Record<string, string>>;
        id: string;
        moduleId: string;
    }
    Index
    dependencies: Readonly<Record<string, string>>
    id: string
    moduleId: string