Skip to content

Demonstration of how to write a VS Code extension to define custom input pick dialogs.

License

Notifications You must be signed in to change notification settings

GianUlli/vscode-custom-command-input-example

Repository files navigation

vscode-custom-command-input-example

This is a demonstration of how to write a VS Code extension to define custom input pick dialogs.

The extensions adds a command vscode-custom-command-input-example.pickTestCase to VS Code. The command can be used in task definitions or launch configurations. It launches a QuickPick dialog to let the user select a JSON file from a folder ("test case"). The folder is configurable using the setting customCommandInput.cwd.

Run extension

This extension was created using the offical VS Code guide. To run the extension, open the repository in VS Code press F5.

About

Demonstration of how to write a VS Code extension to define custom input pick dialogs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published