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

    Methods

    • Parameters

      • sourcePath: string
      • destPath: string

      Returns Promise<void>