4.6.0 changelog and -core bump
This commit is contained in:
Родитель
37b844a0b6
Коммит
f61d098d78
|
@ -1,3 +1,10 @@
|
|||
## 4.6.0
|
||||
* Enable breakOnLoad by default 🎉 - [#594](https://github.com/microsoft/vscode-chrome-debug/issues/594)
|
||||
* 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)
|
||||
* Fix downloading sourcemaps when offline - [#638](https://github.com/microsoft/vscode-chrome-debug/issues/638)
|
||||
* Fix an incorrect sourceMappingUrl case - [#653](https://github.com/microsoft/vscode-chrome-debug/issues/653)
|
||||
* 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)
|
||||
|
||||
## 4.5.0
|
||||
* Fix `pathMapping` differences with `webRoot` - [#643](https://github.com/microsoft/vscode-chrome-debug/issues/643)
|
||||
|
||||
|
|
|
@ -6209,9 +6209,9 @@
|
|||
}
|
||||
},
|
||||
"vscode-chrome-debug-core": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-6.1.0.tgz",
|
||||
"integrity": "sha512-Yofx36CxP+N9mEZ/Iw9qS+9kwBkQfWshpROh4udH6Mup1+NMG4W72vh+O8gSieKWoomB7CeF+D3kWNGJJXX1eg==",
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-6.2.0.tgz",
|
||||
"integrity": "sha512-9jegucHTlgHBYKOIYA0XrA0mjMz+T1mwcEm7Xr/eglln72VI11HJMhfN6GSk+9Xg0Tu8meIMLfOw+VZZUTWAmg==",
|
||||
"requires": {
|
||||
"@types/source-map": "0.1.29",
|
||||
"devtools-protocol": "0.0.547074",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"dependencies": {
|
||||
"vscode-chrome-debug-core": "^6.1.0",
|
||||
"vscode-chrome-debug-core": "^6.2.0",
|
||||
"vscode-debugadapter": "^1.28.0-pre.2",
|
||||
"vscode-nls": "^3.2.1"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче