Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,14 @@ You can debug the extension from Visual Studio Code:
* Open the main folder of the plugin with vscode.
* Open the file `extension.ts`.
* Choose "Run" from the menu, then "Start Debugging".

## WebDev

You can develop the design of the visualization using an example trace in your browser:

* `npm install`
* `npm run build`
* `npm run watch:web`
* In console: `cd out/programflow-visualization/web` + `python3 -m http.server 5173`
* Then open http://localhost:5173/index.web.html
* Now you can edit files in `src/programflow-visualization/web`, watch:web will rebuild automatically and you can refresh your browser tab to see the changes
2 changes: 0 additions & 2 deletions media/programflow-visualization/linkerline.js

This file was deleted.

199 changes: 0 additions & 199 deletions media/programflow-visualization/webview.js

This file was deleted.

Loading