2.2.2
This commit is contained in:
Родитель
4adfdf1bfb
Коммит
021207580c
|
@ -1,3 +1,8 @@
|
||||||
|
## 2.2.2
|
||||||
|
* Handle another format of Console.MessageAdded - [#276](https://github.com/Microsoft/vscode-chrome-debug/issues/276)
|
||||||
|
* Fix "Pending breakpoints resolved after refreshing the page sometimes don't bind correctly" - [#279](https://github.com/Microsoft/vscode-chrome-debug/issues/279)
|
||||||
|
* Strip %c color specifiers - [#282](https://github.com/Microsoft/vscode-chrome-debug/issues/282)
|
||||||
|
|
||||||
## 2.2.1
|
## 2.2.1
|
||||||
* Add the 'experimentalLibraryCode' launch option (see README).
|
* Add the 'experimentalLibraryCode' launch option (see README).
|
||||||
* Log unhandled exceptions for [#276](https://github.com/Microsoft/vscode-chrome-debug/issues/276)
|
* Log unhandled exceptions for [#276](https://github.com/Microsoft/vscode-chrome-debug/issues/276)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "debugger-for-chrome",
|
"name": "debugger-for-chrome",
|
||||||
"displayName": "Debugger for Chrome",
|
"displayName": "Debugger for Chrome",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"icon": "images/icon.png",
|
"icon": "images/icon.png",
|
||||||
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
|
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
],
|
],
|
||||||
"license": "SEE LICENSE IN LICENSE.txt",
|
"license": "SEE LICENSE IN LICENSE.txt",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vscode-chrome-debug-core": "3.6.1",
|
"vscode-chrome-debug-core": "3.6.3",
|
||||||
"vscode-debugadapter": "^1.14.0",
|
"vscode-debugadapter": "^1.14.0",
|
||||||
"vscode-debugprotocol": "^1.14.0"
|
"vscode-debugprotocol": "^1.14.0"
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче