Theia API Documentation v1.65.0
    Preparing search index...
    • Set a message to the status bar.

      Parameters

      • text: string

        The message to show, supports icon substitution as in status bar.

      Returns Disposable

      A disposable which hides the status bar message.

    • Set a message to the status bar.

      Parameters

      • text: string

        The message to show, supports icon substitution as in status bar.

      • hideAfterTimeout: number

        Timeout in milliseconds after which the message will be disposed.

      Returns Disposable

      A disposable which hides the status bar message.

    • Set a message to the status bar.

      Parameters

      • text: string

        The message to show, supports icon substitution as in status bar.

      • hideWhenDone: Thenable<any>

        Thenable on which completion (resolve or reject) the message will be disposed.

      Returns Disposable

      A disposable which hides the status bar message.