wix / import-cost

displays the import size of the package you are importing inside the code editor
https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost
MIT License
1.36k stars 67 forks source link

Blocking UI on long tasks #313

Open ShonFrazier opened 1 year ago

ShonFrazier commented 1 year ago

While the extension is taking many seconds to calculate a dependency, it blocks the VSCode UI - prevents typing, saving, navigation ... This extension needs to not do work on the main UI thread.