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

    Service to handle Pyodide package preloading. Manages package downloads and caching for offline Python execution.

    Implements

    • Disposable
    Index

    Constructors

    Properties

    _configWatcher: Disposable = null
    _context: ExtensionContext
    _isPreloading: boolean = false
    _logger: ILogger

    Methods

    • Execute the actual preload by communicating with webview

      Parameters

      • packages: string[]
      • progress: Progress<{ increment?: number; message?: string }>

      Returns Promise<void>

    • Initialize the preloader service.

      • Prompts user on first startup (if enabled)
      • Watches for config changes
      • Starts preload if appropriate

      Returns Promise<void>