Skip to content

Commit bed041f

Browse files
Merge branch 'main' into feat/fnm-support
2 parents 8420e2e + 7fe038e commit bed041f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.80 (June 2023)
10+
711
- fix: ECONNREFUSED when debugging from WSL (requires VS Code Insiders until release) ([#1603](https://github.com/microsoft/vscode-js-debug/issues/1603))
812
- fix: terminal launches sometimes sending commands too soon ([#1642](https://github.com/microsoft/vscode-js-debug/issues/1642))
913
- fix: step into `eval` when `pauseForSourceMap` is true does not pause on next available line ([#1692](https://github.com/microsoft/vscode-js-debug/issues/1692))
@@ -16,7 +20,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
1620
- fix: Blazor sources sometimes being missing ([dotnet/runtime#86754](https://github.com/dotnet/runtime/issues/86754))
1721
- fix: possible bad state when resuming multiple times with a slow client
1822

19-
## v1.78 (April 2024)
23+
## v1.78 (April 2023)
2024

2125
### v1.78.0 - 2023-04-26
2226

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-debug",
33
"displayName": "JavaScript Debugger",
4-
"version": "1.78.0",
4+
"version": "1.80.0",
55
"publisher": "ms-vscode",
66
"author": {
77
"name": "Microsoft Corporation"
@@ -16,7 +16,7 @@
1616
"description": "An extension for debugging Node.js programs and Chrome.",
1717
"license": "MIT",
1818
"engines": {
19-
"vscode": "^1.73.0",
19+
"vscode": "^1.80.0",
2020
"node": ">=10"
2121
},
2222
"icon": "resources/logo.png",

0 commit comments

Comments
 (0)