VS Code API
    Preparing search index...

    Function setStatusBarMessage

    • Set a message to the status bar. This is a short hand for the more powerful status bar items.

      Parameters

      • text: string

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

      • 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. This is a short hand for the more powerful status bar items.

      Parameters

      • text: string

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

      • 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.

    • Set a message to the status bar. This is a short hand for the more powerful status bar items.

      Note that status bar messages stack and that they must be disposed when no longer used.

      Parameters

      • text: string

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

      Returns Disposable

      A disposable which hides the status bar message.