13 lines
247 B
Markdown
13 lines
247 B
Markdown
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
|
|
``` |