Skip to content

Commit

Permalink
Merge pull request #1943 from microsoft/connor4312/1.87
Browse files Browse the repository at this point in the history
1.87.0
  • Loading branch information
connor4312 authored Feb 19, 2024
2 parents acd9b48 + a45a99d commit 1c26f2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions 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.87 (February 2024)

- feat: lazily announce evaluated scripts ([#1939](https://github.com/microsoft/vscode-js-debug/issues/1939))
- feat: support running extension test CLI from launch.json ([vscode#199211](https://github.com/microsoft/vscode/issues/199211))
- fix: support object property shorthand in logpoints ([#1788](https://github.com/microsoft/vscode-js-debug/issues/1788))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-debug",
"displayName": "JavaScript Debugger",
"version": "1.86.1",
"version": "1.87.0",
"publisher": "ms-vscode",
"author": {
"name": "Microsoft Corporation"
Expand Down

0 comments on commit 1c26f2f

Please sign in to comment.