Files
vscode-eda-wave-helper/README.md
2025-10-23 23:27:19 +02:00

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
```