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

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 13, 2017
1 parent f47b829 commit ef8e30e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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)
* Look up runtimeExecutable scripts with correct extensions for Windows - [#448](https://github.com/Microsoft/vscode-chrome-debug/issues/448)

## 3.2.1
* Fix pause overlay on Chrome window - [#486](https://github.com/Microsoft/vscode-chrome-debug/issues/486)

Expand Down
18 changes: 9 additions & 9 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debugger-for-chrome",
"displayName": "Debugger for Chrome",
"version": "3.2.1",
"version": "3.3.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": {
Expand All @@ -21,8 +21,8 @@
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"vscode-chrome-debug-core": "3.17.1",
"vscode-debugadapter": "^1.22.0"
"vscode-chrome-debug-core": "3.17.6",
"vscode-debugadapter": "^1.23.0"
},
"devDependencies": {
"@types/mocha": "^2.2.35",
Expand All @@ -43,8 +43,8 @@
"typescript": "^2.4.1",
"vscode": "^1.0.3",
"vscode-chrome-debug-core-testsupport": "^3.16.0",
"vscode-debugadapter-testsupport": "1.22.0",
"vscode-debugprotocol": "^1.22.0",
"vscode-debugadapter-testsupport": "1.23.0",
"vscode-debugprotocol": "^1.23.0",
"webpack": "^2.2.0-rc.1",
"webpack-fail-plugin": "^1.0.5"
},
Expand Down

0 comments on commit ef8e30e

Please sign in to comment.