diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5148224..e3a60089e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/build/generate-contributions.ts b/src/build/generate-contributions.ts index c3ac3a25f..750c2e5ab 100644 --- a/src/build/generate-contributions.ts +++ b/src/build/generate-contributions.ts @@ -1384,10 +1384,6 @@ const menus: Menus = { command: Commands.DisableSourceMapStepping, when: `!${ContextKey.IsMapSteppingDisabled}`, }, - { - command: Commands.EnableSourceMapStepping, - when: ContextKey.IsMapSteppingDisabled, - }, ], 'debug/callstack/context': [ {