Closed connor4312 closed 6 months ago
I noticed in a profile that the split2 module took a ridiculous amount of time when requesting a large source from a debugee:
Let's replace it with the optimized splitter I wrote for VS Code
Are there verification steps for this?
No good steps really, but folks have been using js-debug-nightly for copilot-chat where this was an issue and it seems to have worked, so I'll mark verified.
I noticed in a profile that the split2 module took a ridiculous amount of time when requesting a large source from a debugee:
Let's replace it with the optimized splitter I wrote for VS Code