Initial commit

This commit is contained in:
VS Code
2026-03-08 15:23:41 +00:00
commit c767499254
3 changed files with 28 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# README
## Getting started
1. Create a new repository from this template.
2. Open the repository in the dev container.
3. Run the following command inside the container:
```sh
yo code .
```
4. Follow the prompts to scaffold your extension.
5. Commit the generated project files.