Add build / packing command line
This commit is contained in:
12
README.md
12
README.md
@@ -1 +1,13 @@
|
|||||||
This vscode extension aims to allows the user to add wave in Digital Design EDA wave viewer from vscode.
|
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user