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

    Localizable messages displayed in the CopilotAuthDialog. Bind this symbol to a custom value in your frontend container module to replace any message that references "Theia" with your own application name.

    interface CopilotAuthDialogMessages {
        instructions: string;
        privacyNotice: string;
        title: string;
    }
    Index

    Properties

    instructions: string

    Instructions shown while waiting for the user to enter the code on GitHub.

    privacyNotice: string

    Privacy notice shown below the authorization code.

    title: string

    Dialog title.