rename to main

This commit is contained in:
Connor Peet
2021-02-22 09:58:22 -08:00
parent 0b50039d0c
commit 8140d3854c
15 changed files with 48 additions and 48 deletions

View File

@ -10,7 +10,7 @@ It is not intended as a production quality extension.
## Demo
![Multi-step sample](https://raw.githubusercontent.com/Microsoft/vscode-extension-samples/master/quickinput-sample/preview.gif)
![Multi-step sample](https://raw.githubusercontent.com/Microsoft/vscode-extension-samples/main/quickinput-sample/preview.gif)
## How it works
@ -33,4 +33,4 @@ It is not intended as a production quality extension.
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window
- Run the extension in a new VS Code window