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

    contribution used for downloading prebuild native dependency when connecting to a remote machine with a different system

    interface RemoteNativeDependencyContribution {
        download(options: DownloadOptions): Promise<DependencyDownload>;
    }

    Implemented by

    Index

    Methods

    Methods