You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue. js-debug has become a big bundle that activates on quite a few things. We can probably split the "debug adapter" portion of the bundle so that only UI contributions get loaded until a debug session starts.
In the linked commit I have removed our runtime dependency on TypeScript in favor of Acorn (which we were already using for beautification) which drops the bundle size from 3.6 -> 1.3MB and should significantly improve startup time.
ms-vscode.js-debug
activatedThe text was updated successfully, but these errors were encountered: