Theia API Documentation v1.75.0
    Preparing search index...
    interface PluginTarballRequest {
        destination: string;
        sourcePath?: string;
        sourceUrl: string;
    }
    Index

    Properties

    destination: string

    Directory the plugin tree is extracted into; it becomes the plugin root.

    sourcePath?: string

    Path within the repository pointing at the plugin root. Omitted means the repository root.

    sourceUrl: string