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

    Drives the two-phase install to completion. Both the Extensions view and the install-plugin deep link go through here, so either path shows the same dialogs and registers the same way.

    interface PluginInstaller {
        install(
            entry: ResolvedPluginEntry,
            options: PluginInstallOptions,
        ): Promise<boolean>;
    }

    Implemented by

    Index

    Methods

    Methods