Interface PluginDependencies

interface PluginDependencies {
    mapping?: Map<string, string>;
    metadata: PluginMetadata;
}

Properties

Properties

mapping?: Map<string, string>

Actual listing of plugin dependencies. Mapping from external representation of plugin identity to a string that can be used to identify the resolver for the specific plugin case, e.g. with scheme vscode://<id>.

metadata: PluginMetadata