Datalayer VS Code Extension - v0.0.17
    Preparing search index...
    • Sets up tool execution message listener for webview. Listens for "tool-execution" messages from the extension and executes them via the runner.

      Parameters

      • runner: WebviewRunner

        WebviewRunner instance to use for execution.

      • vscodeAPI: { postMessage: (message: any) => void }

        VS Code webview API for posting messages.

        • postMessage: (message: any) => void

          Method to send messages to extension.

      • OptionalmutableServiceManager: { updateToPyodide: (url?: string) => void }

        Optional service manager for runtime switching.

        • updateToPyodide: (url?: string) => void

          Method to switch to Pyodide runtime.

      Returns () => void

      Cleanup function to remove the listener.