All notable changes to the "VS Code DevTools Logger" extension will be documented in this file.
- 🎉 Human-readable timestamps - Automatic conversion from Chromium format to
YYYY-MM-DD HH:MM:SS.mmm - ⚡ Real-time formatting - Background timer formats timestamps every 500ms
- 📝 Separate raw and formatted log files for better organization
- 🚀 Enhanced VBS launcher with automatic formatter startup
- 📖 Comprehensive README with multiple launch methods
- Log output now uses two files:
vscode-devtools-raw.log(raw) andvscode-devtools.log(formatted) - Extension now includes built-in timestamp formatter (no external dependencies)
- Timestamps are now human-readable instead of cryptic Chromium format
- Real-time formatting ensures logs are always readable
- Initial attempt at timestamp formatting via external PowerShell process
- Timestamp formatting function
- Command to show formatted log
- Extension metadata and branding
- Author information
- Initial release
- Basic DevTools console logging
- Auto-clear on reload functionality
- Silent VBS launcher script
- Commands to view logs and open log folder
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.