Skip to content

Commit

Permalink
Merge pull request #2161 from microsoft/connor4312/1.97
Browse files Browse the repository at this point in the history
1.97.0
  • Loading branch information
connor4312 authored Jan 28, 2025
2 parents 299d29f + a47b2fc commit d773040
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he

## Nightly (only)

Nothing, yet

## 1.97 (January 2025)

- fix: allow pretty printing sources when not paused ([#2138](https://github.com/microsoft/vscode-js-debug/issues/2138))
- fix: breakpoints not registered in transpiled file in remoteRoot ([#2122](https://github.com/microsoft/vscode-js-debug/issues/2122))
- fix: content verification of files in Node.js failing with UTF-8 BOM
Expand Down
4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"name": "js-debug",
"displayName": "JavaScript Debugger",
"version": "1.96.0",
"version": "1.97.0",
"publisher": "ms-vscode",
"author": {
"name": "Microsoft Corporation"
Expand Down

0 comments on commit d773040

Please sign in to comment.