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