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

Commit 8660c6a

Browse files
committed
4.2.1
1 parent 5f7f284 commit 8660c6a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.2.1
2+
* Fix Windows issue with breakpoints not binding if they were set before launch - [Microsoft/vscode#45657](https://github.com/Microsoft/vscode/issues/45657)
3+
* Work around issue where hover shows wrong 'this' - [Microsoft/vscode#44785](https://github.com/Microsoft/vscode/issues/44785)
4+
* Fix Chrome session restore prompt showing on every start - thanks to [@aj-r](https://github.com/aj-r) for the PR! - [PR #606](https://github.com/Microsoft/vscode-chrome-debug/pull/606)
5+
16
## 4.2.0
27
* Use more precise extension activation events to prevent unneeded activation
38
* Apply sourceMapPathOverrides in order of longest->shortest, instead of key order within the object - [Microsoft/vscode-chrome-debug-core#297](https://github.com/Microsoft/vscode-chrome-debug-core/issues/297)

package-lock.json

Lines changed: 4 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: 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": "4.2.0",
4+
"version": "4.2.1",
55
"icon": "images/icon.png",
66
"description": "%extension.description%",
77
"author": {
@@ -24,7 +24,7 @@
2424
],
2525
"license": "SEE LICENSE IN LICENSE.txt",
2626
"dependencies": {
27-
"vscode-chrome-debug-core": "^3.23.4",
27+
"vscode-chrome-debug-core": "^3.23.6",
2828
"vscode-debugadapter": "^1.27.0",
2929
"vscode-nls": "^3.2.1"
3030
},

0 commit comments

Comments
 (0)