Theia API Documentation v1.65.0
    Preparing search index...
    interface PluginDependencies {
        mapping?: Map<string, string>;
        metadata: PluginMetadata;
    }
    Index

    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