microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 283 forks source link

fix: improve main-thread performance of source map rename #2000

Closed connor4312 closed 7 months ago

connor4312 commented 7 months ago

Reduces the extension-host runtime from about 1600ms on my machine to 2ms. We still parse the source asynchronously, but our application of mappings before was not efficient.

Fixes https://github.com/microsoft/vscode-js-debug#nightly-extension