diff --git a/.scripts/samples.js b/.scripts/samples.js index abdc473a..9eb26a1b 100644 --- a/.scripts/samples.js +++ b/.scripts/samples.js @@ -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', diff --git a/README.md b/README.md index ce83b199..400a0e90 100644 --- a/README.md +++ b/README.md @@ -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