Expand description
Plugin marketplace system for VT Code
This module implements a marketplace system for VT Code, allowing users to discover and install plugins from various sources.
Re-exports§
pub use installer::PluginInstaller;pub use manifest::MarketplaceManifest;pub use manifest::PluginManifest;pub use registry::MarketplaceRegistry;pub use registry::MarketplaceSource;
Modules§
- config
- Marketplace configuration system for VT Code
- installer
- Plugin installer for marketplace system
- manifest
- Marketplace and plugin manifest formats
- registry
- Marketplace registry for managing known marketplaces
- testing
- Testing module for VT Code marketplace system
Structs§
- Marketplace
Config - Configuration for marketplace system
- Marketplace
System - Main marketplace system that coordinates all marketplace functionality
Type Aliases§
- Marketplace
Id - Type alias for marketplace identifiers
- Plugin
Id - Type alias for plugin identifiers