Skip to main content

Module marketplace

Module marketplace 

Source
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§

MarketplaceConfig
Configuration for marketplace system
MarketplaceSystem
Main marketplace system that coordinates all marketplace functionality

Type Aliases§

MarketplaceId
Type alias for marketplace identifiers
PluginId
Type alias for plugin identifiers