Skip to content

Commit

Permalink
fix: properly support DAP 'valueFormat'
Browse files Browse the repository at this point in the history
Fixes #1188
  • Loading branch information
connor4312 committed Mar 3, 2022
1 parent fa8f5cd commit 06363b6
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 199 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
## Nightly Only

- feat: add heap profiler
- fix: properly support DAP `valueFormat` ([#1188](https://github.com/microsoft/vscode-js-debug/issues/1188))
- fix: don't use `pwa-` prefixed launch types in snippets ([#1138](https://github.com/microsoft/vscode-js-debug/issues/1138))
- fix: readonly attribute not being applied to getter values ([vscode#143790](https://github.com/microsoft/vscode/issues/143790))
- fix: cwd being lost causing resolution errors in auto attach ([#1212](https://github.com/microsoft/vscode-js-debug/issues/1212))
Expand Down
Loading

0 comments on commit 06363b6

Please sign in to comment.