This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
v4.2.0
- Use more precise extension activation events to prevent unneeded activation
- Apply sourceMapPathOverrides in order of longest->shortest, instead of key order within the object - Microsoft/vscode-chrome-debug-core#297
- Make sourceMapPathOverrides default values in package.json match the defaults applied in code - Microsoft/vscode-chrome-debug#581
- Add "Toggle Smart Step" command - Microsoft/vscode-chrome-debug-core#298
- Fix error when setting BP in scripts with certain weird sourcemap names - Microsoft/vscode#42162
- Fix various breakOnLoad-related issues - PR Microsoft/vscode-chrome-debug-core#283, PR Microsoft/vscode-chrome-debug-core#285 and others