We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbf0f6 commit 635e335Copy full SHA for 635e335
1 file changed
src/programflow-visualization/README.md
@@ -54,3 +54,8 @@ graph TB
54
3. **User Navigation**: User clicks buttons or moves slider → local navigation in webview updates `traceIndex` → renders visualization → emits `highlight` message.
55
4. **Editor Synchronization**: Panel receives `highlight` message → opens file and highlights line in editor.
56
5. **Standalone Mode**: webview works standalone (desktop or browser) via static trace injection in development, no postMessage needed.
57
+
58
59
+## WebDev
60
61
+You can develop the design of the visualization using an example trace in your browser. For concrete instructions check out base-repo README.
0 commit comments