mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
rename to main
This commit is contained in:
4
.github/SAMPLE_GUIDELINE.md
vendored
4
.github/SAMPLE_GUIDELINE.md
vendored
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user