Skip to content

Commit

Permalink
fix: source map stepping registered multiple times (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Sep 26, 2023
1 parent 7ef3c18 commit 47a0837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
- feat: enable DWARF-based WebAssembly debugging ([#1789](https://github.com/microsoft/vscode-js-debug/issues/1789))
- feat: show class names of methods in call stack view ([#1770](https://github.com/microsoft/vscode-js-debug/issues/1770))
- fix: edge devtools incorrectly ask for local forwarding ([vscode#193110](https://github.com/microsoft/vscode/issues/193110))
- fix: authentication sourcemap fallback failing for some maps ([#1814](https://github.com/microsoft/vscode-js-debug/issues/1814))

## v1.82 (August 2023)

Expand Down
4 changes: 0 additions & 4 deletions src/build/generate-contributions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1384,10 +1384,6 @@ const menus: Menus = {
command: Commands.DisableSourceMapStepping,
when: `!${ContextKey.IsMapSteppingDisabled}`,
},
{
command: Commands.EnableSourceMapStepping,
when: ContextKey.IsMapSteppingDisabled,
},
],
'debug/callstack/context': [
{
Expand Down

0 comments on commit 47a0837

Please sign in to comment.