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

    Bridge for handling LSP messages from webview. Manages virtual documents and routes LSP requests to appropriate services.

    Index
    • Handle an LSP request message from the webview.

      Parameters

      • message: LSPRequest

        LSP request message.

      • webview: Webview

        Webview to send response to.

      Returns Promise<void>