This major release brings human-readable timestamps to your DevTools logs!
No more cryptic Chromium timestamps! Logs now display in a clear, readable format:
Before:
[5828:1022/220130.241:INFO:CONSOLE:526] "Extension Host loaded"
After:
[2025-10-22 22:01:30.241] INFO:CONSOLE:526] "Extension Host loaded"
- Background formatter runs automatically every 500ms
- No manual intervention needed
- Always see formatted logs instantly
vscode-devtools-raw.log- Raw Chromium output (internal)vscode-devtools.log- Formatted, human-readable logs ← Use this!
- Install the extension from the
.vsixfile - Run the launcher: Double-click
restart-vscode-silent.vbs - View logs: Press
Ctrl+Shift+P→DevTools Logger: Show DevTools Console Log
- VS Code extension (
.vsix) - Silent launcher script (
restart-vscode-silent.vbs) - Comprehensive README with multiple launch methods
- Changelog documenting all versions
- 🐛 Extension Development - Track your extension's console output
- 🔍 Debugging - Analyze VS Code internal behavior
- 📊 Performance Analysis - Monitor console messages over time
- 📝 Documentation - Create bug reports with complete logs
- Built-in timestamp formatter (no external dependencies)
- Auto-clear on reload (mirrors DevTools Console)
- Minimal performance impact
- Works on Windows (launcher is Windows-specific, but extension is cross-platform)
- VS Code 1.70.0 or higher
- Windows OS (for VBS launcher)
- Download
vscode-devtools-logger-2.0.0.vsix - Open VS Code
- Press
Ctrl+Shift+P - Run:
Extensions: Install from VSIX... - Select the downloaded file
- Close VS Code
- Run
restart-vscode-silent.vbs - VS Code restarts with logging enabled
See CHANGELOG.md for complete version history.
Happy Debugging! 🎉
Made with ❤️ by Ilan Aviv