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

    Interface PlatformRegistration

    Anything the platform hands back that must be released synchronously. Structurally compatible with vscode.Disposable, without depending on the vscode module. Owners ignore the return value from dispose.

    interface PlatformRegistration {
        dispose(): unknown;
    }
    Index