This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
v4.0.0
- Implement the
breakOnLoad
launch config option to hit breakpoints in code that runs immediately when the page logs - PR #513 and PR Microsoft/vscode-chrome-debug-core#241 - Most strings (error messages, launch config property descriptions, etc) are now translated on Transifex
- Resolve
webRoot
variables on the left side ofsourceMapPathOverrides
mappings, not just the right side. Thanks Amit Mittal for the PR! - PR #543 - Set focus in
webRoot
after using a launch config snippet - #539 - Fix error/log messages out of order due to async handling - Microsoft/vscode#37770