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

Commit

Permalink
4.8.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 25, 2018
1 parent deafd4f commit 7365040
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.8.2
* Fix error on launch

## 4.8.1
* Allow setting env vars to "null" like when debugging node - [#706](https://github.com/microsoft/vscode-chrome-debug/issues/706)
* Fix rare issue killing Chrome on Windows - [PR #703](https://github.com/microsoft/vscode-chrome-debug/pull/703)
Expand Down
30 changes: 8 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"vscode-chrome-debug-core": "^6.7.2",
"vscode-chrome-debug-core": "^6.7.3",
"vscode-debugadapter": "^1.31.0-pre.0",
"vscode-nls": "^3.2.1"
},
Expand Down

0 comments on commit 7365040

Please sign in to comment.