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

    Interface Registration

    Anything with a synchronous dispose, including every vscode.Disposable. The return value is ignored; promise-returning teardown belongs in a ResourceScope via deferAsync.

    interface Registration {
        dispose(): unknown;
    }
    Index