2.5.4
This commit is contained in:
Родитель
a44b8fc8d4
Коммит
f132b5ed8a
|
@ -1,3 +1,8 @@
|
|||
## 2.5.4
|
||||
* pathMapping doesn't work on attaching to existing tab, thanks for the PR from [llgcode](https://github.com/llgcode) - [Microsoft/vscode#175](https://github.com/Microsoft/vscode-chrome-debug-core/issues/175)
|
||||
* Disabled column BPs for VS Code 1.10, since they aren't supported yet.
|
||||
* Don't show TypeError for watch when not at a BP - [Microsoft/vscode#173](https://github.com/Microsoft/vscode-chrome-debug-core/issues/173)
|
||||
|
||||
## 2.5.3
|
||||
* Fix "Cannot read property 'line' of null", breakpoints not working - [#353](https://github.com/Microsoft/vscode-chrome-debug/issues/353)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "debugger-for-chrome",
|
||||
"displayName": "Debugger for Chrome",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"icon": "images/icon.png",
|
||||
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
|
||||
"author": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"dependencies": {
|
||||
"vscode": "^1.0.3",
|
||||
"vscode-chrome-debug-core": "3.12.6",
|
||||
"vscode-chrome-debug-core": "3.12.8",
|
||||
"vscode-debugadapter": "^1.16.0-pre.1",
|
||||
"vscode-debugprotocol": "^1.16.0-pre.1"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче