VS Code API
    Preparing search index...

    Function showInformationMessage

    • Show an information message to users. Optionally provide an array of items which will be presented as clickable buttons.

      Type Parameters

      • T extends string

      Parameters

      • message: string

        The message to show.

      • ...items: T[]

        A set of items that will be rendered as actions in the message.

      Returns Thenable<T | undefined>

      A thenable that resolves to the selected item or undefined when being dismissed.

    • Show an information message to users. Optionally provide an array of items which will be presented as clickable buttons.

      Type Parameters

      • T extends string

      Parameters

      • message: string

        The message to show.

      • options: MessageOptions

        Configures the behaviour of the message.

      • ...items: T[]

        A set of items that will be rendered as actions in the message.

      Returns Thenable<T | undefined>

      A thenable that resolves to the selected item or undefined when being dismissed.

    • Show an information message.

      Type Parameters

      Parameters

      • message: string

        The message to show.

      • ...items: T[]

        A set of items that will be rendered as actions in the message.

      Returns Thenable<T | undefined>

      A thenable that resolves to the selected item or undefined when being dismissed.

    • Show an information message.

      Type Parameters

      Parameters

      • message: string

        The message to show.

      • options: MessageOptions

        Configures the behaviour of the message.

      • ...items: T[]

        A set of items that will be rendered as actions in the message.

      Returns Thenable<T | undefined>

      A thenable that resolves to the selected item or undefined when being dismissed.