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

Commit 7365040

Browse files
committed
4.8.2 changelog
1 parent deafd4f commit 7365040

3 files changed

Lines changed: 12 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.8.2
2+
* Fix error on launch
3+
14
## 4.8.1
25
* Allow setting env vars to "null" like when debugging node - [#706](https://github.com/microsoft/vscode-chrome-debug/issues/706)
36
* Fix rare issue killing Chrome on Windows - [PR #703](https://github.com/microsoft/vscode-chrome-debug/pull/703)

package-lock.json

Lines changed: 8 additions & 22 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": "^6.7.2",
27+
"vscode-chrome-debug-core": "^6.7.3",
2828
"vscode-debugadapter": "^1.31.0-pre.0",
2929
"vscode-nls": "^3.2.1"
3030
},

0 commit comments

Comments
 (0)