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

    Interface LeakReport

    Framework-owned resources still held by the host.

    A zero report proves the application scopes released what they registered; it cannot detect arbitrary global listeners, timers or objects created by raw code outside those scopes.

    interface LeakReport {
        commands: readonly string[];
        registrations: number;
        resources: number;
    }
    Index
    commands: readonly string[]

    Command ids still registered on the fake capability.

    registrations: number
    resources: number