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

Commit 819d4f9

Browse files
committed
3.1.5
1 parent cf9fb43 commit 819d4f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.5
2+
* Fix evaluating object literals in the console - [Microsoft/vscode-node-debug2#104](https://github.com/Microsoft/vscode-node-debug2/issues/104)
3+
* Fix error callstacks in console sometimes not being sourcemapped - [Microsoft/vscode-chrome-debug-core#212](https://github.com/microsoft/vscode-chrome-debug-core/issues/212)
4+
15
## 3.1.4
26
* Fix breakpoints not binding in apps built with Angular 1.1.1 (or any other app with a particular webpack config) - [Microsoft/vscode#28730](https://github.com/Microsoft/vscode/issues/28730)
37
* Restore ability to create a launch.json with the default configs when pressing F5, and one is not already present.

package.json

Lines changed: 2 additions & 2 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.1.4",
4+
"version": "3.1.5",
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,7 +21,7 @@
2121
],
2222
"license": "SEE LICENSE IN LICENSE.txt",
2323
"dependencies": {
24-
"vscode-chrome-debug-core": "3.15.7",
24+
"vscode-chrome-debug-core": "3.15.8",
2525
"vscode-debugadapter": "1.19.0"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)