We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec14813 commit 240e0e9Copy full SHA for 240e0e9
README.md
@@ -11,10 +11,21 @@
11
## Features
12
13
- github actions support publish extension to both vs marketplace and open vsx
14
-- auto generate changelog and publish github release
+- auto generate changelog and publish github release, make sure you enabled the write permission of github actions
15
- pnpm/eslint/prettier/ling-staged/simple-git-hooks/stale-dep
16
- use esbuild to bundle extension
17
18
+## Setup
19
+
20
+After fork this repository and clone it to local, run:
21
22
+```bash
23
+cd <your-extension-directory>
24
+npx setup-boilerplate
25
+```
26
27
+You can also just skip this step and adjust the boilerplate by yourself.
28
29
## Development
30
31
Install dependencies by:
0 commit comments