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 protocol handling performance in all cases #2002

Closed connor4312 closed 6 months ago

connor4312 commented 6 months ago

Please observe this scientific comparison of rename performance in the copilot chat repo:

image

Closes https://github.com/microsoft/vscode-js-debug/issues/2001

roblourens commented 6 months ago

meme or #performance

image