Skip to content

Commit 9fd0efd

Browse files
authored
Merge pull request #2013 from microsoft/connor4312/1.90
1.90.0
2 parents 7349abc + 6767098 commit 9fd0efd

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+
## v1.90 (May 2024)
10+
711
- fix: improve main-thread performance of source map rename ([vscode#210518](https://github.com/microsoft/vscode/issues/210518))
812
- fix: improve protocol handling performance in all cases ([#2001](https://github.com/microsoft/vscode-js-debug/issues/2001))
913
- fix: debugging hanging if there's a localhost firewall ([#2004](https://github.com/microsoft/vscode-js-debug/issues/2004))

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

0 commit comments

Comments
 (0)