mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update all links for Microsoft/vscode-docs#2165
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user