Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Grok Build Live Trace ViewerNew to Visual Studio Code? Get it now.
Grok Build Live Trace Viewer

Grok Build Live Trace Viewer

Code No Evil LLC

|
2 installs
| (0) | Free
Watch a live Grok Build session in the bottom panel.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Grok Build Live Trace Viewer

Watch a live Grok Build session in VS Code's bottom panel (same strip as Terminal, Problems, Output). The panel is wide enough for the turn outline and the event stream side by side.

Grok Build Live Trace Viewer in the VS Code bottom panel

The panel is a webview over the local Traceview server (parser + UI). The extension starts that server when it can, then follows the live session for this workspace (~/.grok/active_sessions.json), not a stale pending.json id.

Install (coworkers)

Repo: CodeNoEvil/grok-traceview

git clone git@github.com:CodeNoEvil/grok-traceview.git ~/src/traceview
cd ~/src/traceview

Either download the latest grok-traceview-*.vsix from Actions → package → artifacts on main, or build it:

  1. Install uv and Node 20+.

  2. First-time server deps + VSIX:

    uv sync
    cd frontend && npm install && cd ..
    ./scripts/package-vsix.sh
    
  3. Install the VSIX:

    code --install-extension vscode/grok-traceview-0.2.3.vsix
    

    Or Extensions → … → Install from VSIX…. Then Developer: Reload Window.

Point grokTraceview.installPath at the clone if you want the live checkout instead of the copy bundled in the VSIX.

  1. Settings (Grok Build Live Trace Viewer):

    Setting Default Meaning
    grokTraceview.liveScroll true Open a new turn when the session grows one. Click an older turn to pin; click latest (or this setting) to follow again.
    grokTraceview.autoStart true Start uvicorn if :8016 is down.
    grokTraceview.installPath (empty) Path to the checkout (pyproject.toml). Falls back to the bundled copy in the VSIX, then ~/src/traceview.
    grokTraceview.apiPort 8016 Local API port.

Use

  • Bottom panel tab: Grok Build Live Trace Viewer
  • Command Palette: Grok Build Live Trace Viewer: Open
  • From Grok: /trace (writes ~/.cache/traceview/pending.json and opens vscode://codenoevil.traceview/open)
  • Header toggle live scroll matches the setting

If the panel is empty after the first install, Reload Window once so the extension activates.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft