Expand description
§Environment Module
Provides the concrete implementation of the application’s Environment.
This module contains the MountainEnvironment struct and all of its
implementations of the provider traits defined in the Common crate. Each
provider implementation is organized into its own file for clarity and
separation of concerns.
Modules§
- Command
Provider - CommandProvider Implementation
- Configuration
Provider - ConfigurationProvider Implementation
- Custom
Editor Provider - CustomEditorProvider Implementation
- Debug
Provider - DebugProvider Implementation
- Diagnostic
Provider - DiagnosticProvider Implementation
- Document
Provider - DocumentProvider Implementation
- File
System Provider - FileSystemProvider Implementation
- IPCProvider
- IPCProvider Implementation
- Keybinding
Provider - KeybindingProvider Implementation
- Language
Feature Provider - LanguageFeatureProvider Implementation
- Mountain
Environment - MountainEnvironment
- Output
Provider - OutputProvider Implementation
- Search
Provider - SearchProvider Implementation
- Secret
Provider - SecretProvider Implementation
- Source
Control Management Provider - SourceControlManagementProvider Implementation
- Status
BarProvider - StatusBarProvider Implementation
- Storage
Provider - StorageProvider Implementation
- Synchronization
Provider - SynchronizationProvider Implementation
- Terminal
Provider - TerminalProvider Implementation
- Test
Provider - TestProvider Implementation
- Tree
View Provider - TreeViewProvider Implementation
- User
Interface Provider - UserInterfaceProvider Implementation
- Utility
- Environment Utility
- WebView
Provider - WebViewProvider Implementation
- Work
Space Provider - WorkSpaceProvider Implementation