Update readme to list special samples

This commit is contained in:
Pine Wu
2018-10-29 17:19:37 -07:00
parent acdd584437
commit 09fda432ee
2 changed files with 6 additions and 2 deletions

View File

@ -55,8 +55,6 @@ const samples = [{
contributions: ['colors']
},
// { description: 'extension-deps-sample', path: 'extension-deps-sample', guide: null, apis: [], contributions: [] },
// { description: 'hellocode-minimal-sample', path: 'hellocode-minimal-sample', guide: null, apis: [], contributions: [] },
// { description: 'hellocode-sample', path: 'hellocode-sample', guide: null, apis: [], contributions: [] },
{
description: 'I18n Sample',
path: 'i18n-sample',

View File

@ -11,6 +11,12 @@ You can expect from each sample:
- Listing of used VS Code API and Contribution Points
- Code of the same style, enforced using TSLint and Prettier
## Special Samples
- [Hello Code Sample](hellocode-sample): The Hello World sample for VS Code.
- [Hello Code Minimal Sample](hellocode-sample): A minimal version of Hello Code Sample that doesn't use TypeScript.
- [Proposed API Sample](proposed-api-sample): A sample that illustrates [Proposed API](https://vscode-ext-docs.azurewebsites.net/api/advanced-topics/using-proposed-api).
## Samples
<!-- SAMPLES_BEGIN -->