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

    Interface SubscriptionsHost

    The part of vscode.ExtensionContext that createScope needs.

    interface SubscriptionsHost {
        subscriptions: { push(disposable: DisposableLike): void };
    }
    Index
    subscriptions: { push(disposable: DisposableLike): void }