Class: VscodeMessages
ide/vscode/VscodeMessages.VscodeMessages
Implements
Constructors
constructor
• new VscodeMessages()
Methods
showMessage
▸ showMessage(type
, _id
, message
, ...options
): Promise
<undefined
| string
>
Displays a message {@link message} to the user along with possible {@link options} for them to select.
Parameters
Name | Type |
---|---|
type | MessageType |
_id | string |
message | string |
...options | string [] |
Returns
Promise
<undefined
| string
>