This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
v2.7.0
- Implement
disableNetworkCache
option - #358 - If you are using VS Code 1.11, set the undocumented property
showAyncStacks
to see async callstacks. - Implement
urlFilter
to give 'launch' configs a way to select which page to attach to, e.g. for Electron apps with multiple BrowserWindows - #382 - Nicer error messages when a source map fails to parse - thanks to nojvek for the PR! - Microsoft/vscode-chrome-debug-core#188
- Fix code that prevents the extension from incorrectly attaching to a Chrome extension
- Fix crash when 'url' is not specified in an 'attach'-type config