Creates a new RuntimesTreeProvider.
Authentication provider for user state management
Private_PrivateauthReadonlyonAn 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.
Private OptionalrefreshPrivateruntimesPrivatesnapshotsDisposes resources including the refresh timer.
Gets the children of a tree item.
Optionalelement: RuntimesTreeItemTypeThe parent element, or undefined for root
Array of tree items
Gets the tree item representation for display.
The tree item to convert
The tree item for VS Code to display
PrivateloadLoads runtimes from the SDK. Updates the cache with fresh runtime data.
PrivateloadLoads snapshots from the SDK. Updates the cache with fresh snapshot data, filtering out deleted snapshots.
Refreshes the entire tree view by clearing cache and firing change event.
PrivatestartStarts automatic refresh timer to update time remaining. Refreshes tree every 30 seconds to show updated expiration times.
Tree data provider for the Datalayer Runtimes view. Implements VS Code's TreeDataProvider interface to display running runtimes and snapshots in organized sections with automatic refresh for time remaining updates.
Example