Skip to content

Commit f1fe28b

Browse files
authored
Merge pull request #2139 from microsoft/connor4312/1.96
1.96.0
2 parents 5726565 + 3db651f commit f1fe28b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

55
## Nightly (only)
66

7-
Nothing, yet
7+
## v1.96 (November 2024)
8+
9+
- fix: performance degredation of repeated variable calls ([#2120](https://github.com/microsoft/vscode-js-debug/issues/2120))
10+
- feat: add extension API for debug terminal contributions ([#2136](https://github.com/microsoft/vscode-js-debug/pull/2136))
811

912
## v1.95 (October 2024)
1013

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.95.1",
4+
"version": "1.96.0",
55
"publisher": "ms-vscode",
66
"author": {
77
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)