mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update readme to list special samples
This commit is contained in:
@ -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',
|
||||
|
||||
@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user