Theia API Documentation v1.65.0
    Preparing search index...

    A participant can hook into the plugin deployer lifecycle.

    interface PluginDeployerParticipant {
        onWillStart?(context: PluginDeployerStartContext): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods