vscode-wizard-example-extension is a vscode-extension using the npm module vscode-wizard to display wizards in webviews inside VS Code.
vscode-wizard is a fork and large expansion in the API of vscode-page, aiming to create wizards out of a javascript object definition that includes pages, fields, validators, and option providers for combos. See vscode-wizard for more information.
This repo demonstrates the various widgets and validation methods available in vscode-wizard.
Once inside the project folder, execute the following:
npm install
npm run build
vsce package
To demonstrate this example, use the command prompt in vscode (ctrl+shift+p) to execute the command ext.home
. This should bring up a webview with the suggested UI.
First release.
vscode-wizard-example-extension
is released under the Apache License 2.0 license.