3.3.1
This commit is contained in:
Родитель
3cf41dfc4c
Коммит
808c9df862
|
@ -1,3 +1,7 @@
|
|||
## 3.3.1
|
||||
* (In VS Code 1.17), show the source location of log statements and exceptions in the debug console - [Microsoft/vscode#34626](https://github.com/Microsoft/vscode/issues/34626)
|
||||
* Fix error messages that can appear when detaching from Chrome - [Microsoft/vscode#34615](https://github.com/Microsoft/vscode/issues/34615)
|
||||
|
||||
## 3.3.0
|
||||
* Show whether paused exception was caught or uncaught - [#234](https://github.com/Microsoft/vscode-chrome-debug-core/issues/234)
|
||||
* Fix issue where 'attach' configs ignores 'timeout' and fails immediately instead of retrying - [#501](https://github.com/Microsoft/vscode-chrome-debug/issues/501)
|
||||
|
|
|
@ -120,9 +120,9 @@
|
|||
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
|
||||
},
|
||||
"vscode-chrome-debug-core": {
|
||||
"version": "3.17.6",
|
||||
"from": "vscode-chrome-debug-core@>=3.17.6 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.17.6.tgz"
|
||||
"version": "3.17.9-patch.1",
|
||||
"from": "vscode-chrome-debug-core@>=3.17.9-patch.1 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.17.9-patch.1.tgz"
|
||||
},
|
||||
"vscode-debugadapter": {
|
||||
"version": "1.24.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "debugger-for-chrome",
|
||||
"displayName": "Debugger for Chrome",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"icon": "images/icon.png",
|
||||
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
|
||||
"author": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
],
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"dependencies": {
|
||||
"vscode-chrome-debug-core": "3.17.6",
|
||||
"vscode-chrome-debug-core": "3.17.9-patch.1",
|
||||
"vscode-debugadapter": "^1.24.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче