Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/ExtensionManagement/
mod.rs

1//! Extension lifecycle: scan bundled + user-installed extension trees, parse
2//! their `package.json` manifests, install VSIX archives. Mountain owns the
3//! discovery surface; activation runs in Cocoon over gRPC.
4
5pub mod DefaultConfigurations;
6
7pub mod NLSResolver;
8
9pub mod Scanner;
10
11pub mod VsixInstaller;