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

    Interface ClientDisposable

    A handle returned by the client's onRequest/onEvent. Shaped like vscode.Disposable without importing it — this module must not depend on vscode.

    interface ClientDisposable {
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index