Add build / packing command line

This commit is contained in:
brice.boisson
2025-10-23 23:27:19 +02:00
parent 3f1f23d52e
commit a7b9e73096

View File

@@ -1 +1,13 @@
This vscode extension aims to allows the user to add wave in Digital Design EDA wave viewer from vscode.
To develop please use:
```
npm install
npm run build
```
To build the .vsix use:
```
npm run build
npx @vscode/vsce package
```