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

    Tree data provider for the Datalayer Runtimes view. Implements VS Code's TreeDataProvider interface to display running runtimes and snapshots in separate collapsible sections with automatic refresh for time remaining updates.

    Implements

    Index

    Constructors

    Properties

    onDidChangeTreeData: Event<void | RuntimesTreeItem> = ...

    An optional event to signal that an element or root has changed. This will trigger the view to update the changed element/root and its children recursively (if shown). To signal that root has changed, do not pass any argument or pass undefined or null.

    Methods

    • Gets the currently cached runtimes. Returns the most recently loaded runtimes without making a new API call.

      Returns RuntimeDTO[]

      Array of cached runtime DTOs.