Datalayer VS Code Extension - v0.0.18
    Preparing search index...

    Opaque transport object returned by createBridgeTransport. Owns the VS Code webview API handle and a map of pending requests keyed by correlation ID.

    interface BridgeTransport {
        request: BridgeRequestFn;
        dispose(): void;
    }
    Index

    Sends a request envelope and resolves with the typed result.