Theia API Documentation v1.65.0
    Preparing search index...
    interface PluginDeployerFileHandlerContext {
        pluginEntry(): PluginDeployerEntry;
        unzip(sourcePath: string, destPath: string): Promise<void>;
    }

    Implemented by

    Index

    Methods