Creates a new SettingsTreeProvider.
Authentication provider for user state management
Private_PrivateauthPrivatedatasourcesReadonlyonAn 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.
PrivatesecretsDisposes resources.
Gets the children of a tree item.
Optionalelement: SettingsTreeItemThe parent element, or undefined for root
Array of secret, datasource, or section tree items
Gets the tree item representation for display.
The tree item to convert
The tree item for VS Code to display
PrivateloadLoads datasources from the SDK. Updates the cache with fresh datasource data.
PrivateloadLoads secrets from the SDK. Updates the cache with fresh secret data.
Refreshes the entire tree view by clearing cache and firing change event.
Tree data provider for the Datalayer Settings view. Implements VS Code's TreeDataProvider interface to display secrets and datasources in separate collapsible sections.
Example