mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
6 lines
314 B
Markdown
6 lines
314 B
Markdown
# Base Sample
|
|
|
|
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).
|
|
|
|
You can easily write a new sample following the guideline by `cp -r .base-sample my-sample`.
|