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