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
Method | Description |
---|---|
showErrorMessage(message, options, items) | |
showInformationMessage(message, options, items) | |
showInputBox(options, token) | |
showQuickPick(items, options, token) | |
showWarningMessage(message, options, items) | |
withProgress(options, task) |