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

    Bridges runtime lifecycle operations between webviews and the extension. Encapsulates runtime selection, termination, and expiration logic shared by providers.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _kernelSelectionFallback?: KernelSelectionFallback
    logger: ILogger

    Logger instance for this service

    name: string

    Service name for logging

    Accessors

    Methods

    • Registers runtime-related message handlers with the DocumentMessageRouter.

      Parameters

      • router: {
            registerHandler: (
                type: string,
                handler: (
                    message: ExtensionMessage,
                    context: DocumentContext,
                ) => Promise<void>,
            ) => void;
        }

        The message router to register handlers with

      Returns void