Skip to content

Commit 3a32afe

Browse files
committed
docs: prep for 1.80
1 parent 7c56591 commit 3a32afe

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)