VS Code Extension
The VS Code extension adds a custom editor for .flight files, letting you inspect recorded sessions without leaving your editor.
Installation
Section titled “Installation”Install from the VS Code Marketplace by searching for AI Flight Recorder or by running:
code --install-extension AllThingsSmitty.ai-flight-recorderAlternatively, install manually from source:
cd apps/vscodepnpm installpnpm run vscode:prepublishnpx @vscode/vsce package # produces ai-flight-recorder-<version>.vsixcode --install-extension ai-flight-recorder-<version>.vsixOr use the Extensions: Install from VSIX… command in VS Code after building.
Once installed, any .flight file you open in VS Code will display the custom timeline editor instead of raw JSON. The editor shows:
- Session metadata (label, duration, status)
- Chronological event list with type badges and timing
- Event detail panel on click