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

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Feb 27, 2017
1 parent f132b5e commit 67ac9cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.5.5
* Fix "Cannot find context with specified id" error spam - [#264](https://github.com/Microsoft/vscode-chrome-debug/issues/364)

## 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.
Expand Down
6 changes: 3 additions & 3 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": "2.5.4",
"version": "2.5.5",
"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 @@ -22,7 +22,7 @@
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"vscode": "^1.0.3",
"vscode-chrome-debug-core": "3.12.8",
"vscode-chrome-debug-core": "3.12.9",
"vscode-debugadapter": "^1.16.0-pre.1",
"vscode-debugprotocol": "^1.16.0-pre.1"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
"watch:debugadapter": "webpack -w",
"watch:test": "tsc -p test/tsconfig.json -w",
"test": "mocha --timeout 20000 -s 2000 -u tdd --colors './out/test/*.test.js'",
"intTest": "mocha --timeout 20000 -s 2000 -u tdd --colors --reporter out/test/int/loggingReporter.js './out/test/int/*.test.js'",
"intTest": "mocha --timeout 20000 -s 3500 -u tdd --colors --reporter out/test/int/loggingReporter.js './out/test/int/*.test.js'",
"lint": "tslint -t verbose 'src/**/*.ts'",
"vscode:prepublish": "gulp verify-no-linked-modules",
"postinstall": "node ./node_modules/vscode/bin/install"
Expand Down

0 comments on commit 67ac9cd

Please sign in to comment.