Skip to main content

Module ExtensionState

Module ExtensionState 

Source
Expand description

Extension management state. Extension-related state. Three sub-stores (ExtensionRegistry, ProviderRegistration, ScannedExtensions) plus the composite State struct. Callers spell the full sub-path.

Modulesยง

ExtensionRegistry
Extension command-handle registry. Callers spell ExtensionRegistry::ExtensionRegistry::Registry.
ProviderRegistration
Language-provider registration state. Callers spell ProviderRegistration::ProviderRegistration::Registration.
ScannedExtensions
Discovered-extension manifest state. Callers spell ScannedExtensions::ScannedExtensions::Catalogue.
State
State Module (ExtensionState)