Skip to main content

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

NameType
_idstring
messagestring
...optionsstring[]

Returns

Promise<undefined | string>

Implementation of

Messages.showWarning

Defined in

ide/vscode/VscodeMessages.ts:5