Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit ef8e30e

Browse files
committed
3.3.0
1 parent f47b829 commit ef8e30e

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.3.0
2+
* Show whether paused exception was caught or uncaught - [#234](https://github.com/Microsoft/vscode-chrome-debug-core/issues/234)
3+
* Fix issue where 'attach' configs ignores 'timeout' and fails immediately instead of retrying - [#501](https://github.com/Microsoft/vscode-chrome-debug/issues/501)
4+
* Look up runtimeExecutable scripts with correct extensions for Windows - [#448](https://github.com/Microsoft/vscode-chrome-debug/issues/448)
5+
16
## 3.2.1
27
* Fix pause overlay on Chrome window - [#486](https://github.com/Microsoft/vscode-chrome-debug/issues/486)
38

npm-shrinkwrap.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "debugger-for-chrome",
33
"displayName": "Debugger for Chrome",
4-
"version": "3.2.1",
4+
"version": "3.3.0",
55
"icon": "images/icon.png",
66
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
77
"author": {
@@ -21,8 +21,8 @@
2121
],
2222
"license": "SEE LICENSE IN LICENSE.txt",
2323
"dependencies": {
24-
"vscode-chrome-debug-core": "3.17.1",
25-
"vscode-debugadapter": "^1.22.0"
24+
"vscode-chrome-debug-core": "3.17.6",
25+
"vscode-debugadapter": "^1.23.0"
2626
},
2727
"devDependencies": {
2828
"@types/mocha": "^2.2.35",
@@ -43,8 +43,8 @@
4343
"typescript": "^2.4.1",
4444
"vscode": "^1.0.3",
4545
"vscode-chrome-debug-core-testsupport": "^3.16.0",
46-
"vscode-debugadapter-testsupport": "1.22.0",
47-
"vscode-debugprotocol": "^1.22.0",
46+
"vscode-debugadapter-testsupport": "1.23.0",
47+
"vscode-debugprotocol": "^1.23.0",
4848
"webpack": "^2.2.0-rc.1",
4949
"webpack-fail-plugin": "^1.0.5"
5050
},

0 commit comments

Comments
 (0)