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

    Interface ExtensionHostContext

    The part of vscode.ExtensionContext the framework touches.

    Declared structurally so the runtime core never imports vscode; a real ExtensionContext satisfies it.

    interface ExtensionHostContext {
        subscriptions: { push(disposable: { dispose(): unknown }): void };
    }
    Index
    subscriptions: { push(disposable: { dispose(): unknown }): void }