From 67ac9cdab28960851cb5863fbccf8c2b3fc29307 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 27 Feb 2017 10:47:51 -0800 Subject: [PATCH] 2.5.5 --- CHANGELOG.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819ed7ba..1d52085c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 78d40279..f66a981f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" }, @@ -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"