From a7b9e730963a98fd8fbdd71150eda64869b487e8 Mon Sep 17 00:00:00 2001 From: "brice.boisson" Date: Thu, 23 Oct 2025 23:27:19 +0200 Subject: [PATCH] Add build / packing command line --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 17a879f..17adc18 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file