Skip to content

Commit d773040

Browse files
authored
Merge pull request #2161 from microsoft/connor4312/1.97
1.97.0
2 parents 299d29f + a47b2fc commit d773040

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
44

55
## Nightly (only)
66

7+
Nothing, yet
8+
9+
## 1.97 (January 2025)
10+
711
- fix: allow pretty printing sources when not paused ([#2138](https://github.com/microsoft/vscode-js-debug/issues/2138))
812
- fix: breakpoints not registered in transpiled file in remoteRoot ([#2122](https://github.com/microsoft/vscode-js-debug/issues/2122))
913
- fix: content verification of files in Node.js failing with UTF-8 BOM

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,7 +1,7 @@
11
{
22
"name": "js-debug",
33
"displayName": "JavaScript Debugger",
4-
"version": "1.96.0",
4+
"version": "1.97.0",
55
"publisher": "ms-vscode",
66
"author": {
77
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)