Files

6 lines
314 B
Markdown
Raw Permalink Normal View History

2018-10-29 12:09:53 -07:00
# Base Sample
2021-02-22 09:58:22 -08:00
This sample is similar to the [helloworld-sample](../helloworld-sample), but it follows the [Sample Guideline](https://github.com/Microsoft/vscode-extension-samples/blob/main/.github/SAMPLE_GUIDELINE.md).
2018-10-29 12:09:53 -07:00
2019-04-15 09:43:44 -07:00
You can easily write a new sample following the guideline by `cp -r .base-sample my-sample`.