apiref
@spacet.me/ui-stock@0.1.3

UIStock  Interface

The interface of UI stock that an implementation should conform. This is a strict subset of the vscode.window interface.

Signature

export interface UIStock 

Methods

MethodDescription
showErrorMessage(message, options, items)
showInformationMessage(message, options, items)
showInputBox(options, token)
showQuickPick(items, options, token)
showWarningMessage(message, options, items)
withProgress(options, task)