Unofficial VS Code extension to launch Rerun viewers and open Rerun .rrd recording files directly in Visual Studio Code.
✨ Features
- 🔥 Open and view
.rrdfiles directly in VS Code - 🔥 Automatic port-forwarding for
.rrdfiles via Remote-SSH and GitHub Codespaces - 🔥 Open a stand-alone web viewer via the Rerun: Open Viewer command
📦 Dependencies
The extension requires the rerun binary provided by rerun-sdk. Install it with:
pip install rerun-sdk
The binary is auto-detected from the active Python interpreter (requires the Python extension), or from PATH. You can also set an explicit path via the rerun.rerunPath setting.
⬇️ Installation
Install from the VS Code Marketplace or search for Rerun Viewer in the VS Code Extensions panel.
🚀 Usage
- Double-click any
.rrdfile in the Explorer — it opens automatically in the Rerun web viewer. - Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) → Rerun: Open Viewer to open a stand-alone viewer.
⚙️ Configuration
| Setting | Default | Description |
|---|---|---|
rerun.rerunPath |
"" |
Explicit path to the rerun binary. Leave empty for auto-detection. |
📄 License
This project is licensed under the MIT License.
🙏 Acknowledgements
Thanks to the team and all contributors building the amazing Rerun visualization tool!
🤝 Contributing
If you have any issues or want features added, feel free to drop an issue or a PR.