Skip to content

Commit

Permalink
fix: support launching chrome dev/beta as default fallbacks
Browse files Browse the repository at this point in the history
Fixes #1489
  • Loading branch information
connor4312 committed Dec 28, 2022
1 parent 7370312 commit e2a8666
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
- fix: sourcemap renames not resolving property accessors ([#1383](https://github.com/microsoft/vscode-js-debug/issues/1383))
- fix: breakpoint in blazor files set in JS not applying ([#1488](https://github.com/microsoft/vscode-js-debug/issues/1488))
- fix: reduce number of ports used by debugger ([vscode#169182](https://github.com/microsoft/vscode/issues/169182))
- fix: support launching chrome dev/beta as default fallbacks ([#1489](https://github.com/microsoft/vscode-js-debug/issues/1489))

## v1.74 (November 2022)

Expand Down
14 changes: 7 additions & 7 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 @@ -49,7 +49,7 @@
},
"dependencies": {
"@c4312/chromehash": "^0.3.0",
"@vscode/js-debug-browsers": "^1.0.6",
"@vscode/js-debug-browsers": "^1.0.8",
"@vscode/win32-app-container-tokens": "^0.1.0",
"acorn": "^8.7.0",
"acorn-loose": "^8.3.0",
Expand Down

0 comments on commit e2a8666

Please sign in to comment.