This commit is contained in:
Pine Wu
2018-12-16 21:08:20 -08:00
parent 358c67055b
commit a7420d7d1a
25 changed files with 70 additions and 114 deletions

View File

@ -14,7 +14,7 @@ It is not intended as a production quality extension.
# How it works, what it shows?
- The extension uses the [`QuickPick`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#QuickPick) and [`InputBox`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#InputBox) API to show a UI for user input.
- The extension uses the [`QuickPick`](https://code.visualstudio.com/api/references/vscode-api#QuickPick) and [`InputBox`](https://code.visualstudio.com/api/references/vscode-api#InputBox) API to show a UI for user input.
- Registers a command via `package.json` that will trigger the task
# How to run locally