Initial commit
This commit is contained in:
9
.devcontainer/devcontainer.json
Normal file
9
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "vsc-adda",
|
||||
"image": "git.kvarnarp.se/vscode/vsc-extension:latest",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["esbenp.prettier-vscode"]
|
||||
}
|
||||
}
|
||||
}
|
||||
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
out/
|
||||
dist/
|
||||
node_modules/
|
||||
.vscode-test/
|
||||
*.vsix
|
||||
.env
|
||||
vsc-extension-quickstart.md
|
||||
12
README.md
Normal file
12
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user