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

    A single artifact that has a newer registry entry and is not opted out of updating.

    interface PendingUpdate {
        kind: RegistryArtifactKind;
        label: string;
        mode: AutoUpdateMode;
        promptMessage: string;
        successMessage: string;
        apply(): Promise<void>;
    }
    Index

    Properties

    label: string
    promptMessage: string

    Message shown when this artifact alone is offered for update.

    successMessage: string

    Message shown when this artifact alone was updated.

    Methods