Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit f61d098

Browse files
committed
4.6.0 changelog and -core bump
1 parent 37b844a commit f61d098

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.6.0
2+
* Enable breakOnLoad by default 🎉 - [#594](https://github.com/microsoft/vscode-chrome-debug/issues/594)
3+
* Fix skipFiles in some cases when sourcemappings don't cover the full document, like in webpack - [#667](https://github.com/microsoft/vscode-chrome-debug/issues/667)
4+
* Fix downloading sourcemaps when offline - [#638](https://github.com/microsoft/vscode-chrome-debug/issues/638)
5+
* Fix an incorrect sourceMappingUrl case - [#653](https://github.com/microsoft/vscode-chrome-debug/issues/653)
6+
* Fix global completions in Debug Console when not at a breakpoint - [Microsoft/vscode-chrome-debug-core#331](https://github.com/microsoft/vscode-chrome-debug-core/issues/331)
7+
18
## 4.5.0
29
* Fix `pathMapping` differences with `webRoot` - [#643](https://github.com/microsoft/vscode-chrome-debug/issues/643)
310

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"license": "SEE LICENSE IN LICENSE.txt",
2626
"dependencies": {
27-
"vscode-chrome-debug-core": "^6.1.0",
27+
"vscode-chrome-debug-core": "^6.2.0",
2828
"vscode-debugadapter": "^1.28.0-pre.2",
2929
"vscode-nls": "^3.2.1"
3030
},

0 commit comments

Comments
 (0)