Skip to content

Commit d61e936

Browse files
committed
build instructions
1 parent 5b1a751 commit d61e936

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ or via VS Code Extension Manager (default shortcut: `CTRL+Shift+X`) and then sea
4040
## Update
4141

4242
As of now, the extension is not on VS Code Marketplace. So updating happens via uninstalling the old version and installing the updated version. You can install specific versions by uninstalling your version and installing the desired version.
43+
44+
## Build
45+
46+
For development/release, use [vsce - VS Code Extension CLI](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce)
47+
48+
```ssh
49+
vsce package
50+
```

0 commit comments

Comments
 (0)