Skip to content

Commit

Permalink
Merge pull request #1742 from microsoft/connor4312/1.80
Browse files Browse the repository at this point in the history
v1.80.0
  • Loading branch information
connor4312 committed Jun 27, 2023
2 parents 7c56591 + e6da83c commit 7fe038e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he

## Nightly (only)

Nothing (yet)

## v1.80 (June 2023)

- fix: ECONNREFUSED when debugging from WSL (requires VS Code Insiders until release) ([#1603](https://github.com/microsoft/vscode-js-debug/issues/1603))
- fix: terminal launches sometimes sending commands too soon ([#1642](https://github.com/microsoft/vscode-js-debug/issues/1642))
- 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))
Expand All @@ -16,7 +20,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
- fix: Blazor sources sometimes being missing ([dotnet/runtime#86754](https://github.com/dotnet/runtime/issues/86754))
- fix: possible bad state when resuming multiple times with a slow client

## v1.78 (April 2024)
## v1.78 (April 2023)

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-debug",
"displayName": "JavaScript Debugger",
"version": "1.78.0",
"version": "1.80.0",
"publisher": "ms-vscode",
"author": {
"name": "Microsoft Corporation"
Expand All @@ -16,7 +16,7 @@
"description": "An extension for debugging Node.js programs and Chrome.",
"license": "MIT",
"engines": {
"vscode": "^1.73.0",
"vscode": "^1.80.0",
"node": ">=10"
},
"icon": "resources/logo.png",
Expand Down

0 comments on commit 7fe038e

Please sign in to comment.