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

@ -1,7 +1,7 @@
# Sample Guideline
Each sample should have the following components and structure, so that users could have a smooth experience when playing with different samples.
The quickest way is to start your project by copying [.base-sample](https://github.com/Microsoft/vscode-extension-samples/tree/master/.base-sample).
The quickest way is to start your project by copying [.base-sample](https://github.com/Microsoft/vscode-extension-samples/tree/main/.base-sample).
## 1: Sample Listing
@ -37,4 +37,4 @@ Only deviate from the standard setting if your sample needs to.
## 6: Tests
- 6.1: If your extension does not have meaningful tests, remove the `src/test` folder.
- 6.2: If your extension can be meaningfully tested, include a sample test. If you have an associated guide, explain the test in the guide.
- 6.2: If your extension can be meaningfully tested, include a sample test. If you have an associated guide, explain the test in the guide.