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

Commit 2c8e2c4

Browse files
committed
-core bump and 4.4.0 and changelog
1 parent 40bd8b1 commit 2c8e2c4

3 files changed

Lines changed: 24 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.4.0
2+
* Allow enabling auto `userDataDir` when runtimeExecutable is set - [#641](https://github.com/microsoft/vscode-chrome-debug/issues/641)
3+
* Show correct source locations for log messages from logpoints - [Microsoft/vscode#47274](https://github.com/microsoft/vscode/issues/47274)
4+
* Display objects in logpoint messages using interactive object tree view - [Microsoft/vscode#47275](https://github.com/microsoft/vscode/issues/47275)
5+
* Fix incorrectly formatted `.scripts` entries
6+
* Remove left behind `targetTypes` attach config prop
7+
* More localized strings
8+
* A variety of smaller fixes and tweaks
9+
110
## 4.3.0
211
* Enable "log points", requires VS Code 1.22 - [Microsoft/vscode#45128](https://github.com/Microsoft/vscode/issues/45128)
312
* Workaround for `"'Browser.getVersion' wasn't found"` issue - [#633](https://github.com/Microsoft/vscode-chrome-debug/issues/633)

package-lock.json

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"license": "SEE LICENSE IN LICENSE.txt",
2626
"dependencies": {
27-
"vscode-chrome-debug-core": "^4.1.4",
27+
"vscode-chrome-debug-core": "^5.0.0",
2828
"vscode-debugadapter": "^1.28.0-pre.2",
2929
"vscode-nls": "^3.2.1"
3030
},

0 commit comments

Comments
 (0)