DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/ApplicationState/State/ExtensionState/mod.rs
1//! Extension-related state. Three sub-stores (`ExtensionRegistry`,
2//! `ProviderRegistration`, `ScannedExtensions`) plus the composite `State`
3//! struct. Callers spell the full sub-path.
4
5pub mod ExtensionRegistry;
6
7pub mod ProviderRegistration;
8
9pub mod ScannedExtensions;
10
11pub mod State;