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

    The subset of acquireVsCodeApi()'s return value this client needs. Structural on purpose: the real WebviewApi from @types/vscode-webview satisfies it, and tests can pass a plain object.

    interface WebviewApiLike {
        postMessage(message: unknown): void;
    }
    Index