This commit is contained in:
roblou 2016-12-13 08:46:31 -08:00
Родитель b225437a81
Коммит b32648526c
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
## 2.4.0
* Change `experimentalSkipFiles` name to `skipFiles`, as this feature is shipping with the Node debugger in 1.8.
* Fix issues with hover by correctly applying sourcemaps to scope locations - [#141](https://github.com/Microsoft/vscode-chrome-debug-core/issues/141)
## 2.3.2
* Fix console.log regression in 2.3.1

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "debugger-for-chrome",
"displayName": "Debugger for Chrome",
"version": "2.3.2",
"version": "2.4.0",
"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.7.2",
"vscode-chrome-debug-core": "3.8.1",
"vscode-debugadapter": "^1.15.0-pre.4",
"vscode-debugprotocol": "^1.15.0-pre.4"
},