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

@ -5,7 +5,7 @@ The quickest way is to start your project by copying [.base-sample](https://gith
## 1: Sample Listing
- 1.1: Each sample should add itself to the sample listing at `.scripts/samples.js`. This file will be used for generating tables in the README and on the [Extension Guides / Overview](https://vscode-ext-docs.azurewebsites.net/api/extension-guides/overview) topic of the website.
- 1.1: Each sample should add itself to the sample listing at `.scripts/samples.js`. This file will be used for generating tables in the README and on the [Extension Guides / Overview](https://code.visualstudio.com/api/extension-guides/overview) topic of the website.
- 1.2: Each sample should list the API / Contribution that it means to illustrate.
## 2: README