kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

v0.8.0 consumes 360 MB (37k files!) against v0.7.1 with 2 MB (300 files) #301

Closed Diogo-Rossi closed 9 months ago

Diogo-Rossi commented 9 months ago

The new version v0.8.0 consumes 360 MB (37k files!) against v0.7.1 with 2 MB (300 files).

Is that ok? I'm using 2 machines with different versions and just found that.

image

image

kondratyev-nv commented 9 months ago

Thank you for the issue! This is not ok, I’ll publish the fixed version in the next 24h.

Diogo-Rossi commented 9 months ago

The folder of the previous version does not get deleted when I update and close/open VSCode (or reload).

I've noted this happens with other extensions too. Some of them are very old.

Can I delete these extra folders without problem?

kondratyev-nv commented 9 months ago

Well, I'm not an expert on how VSCode stores/caches extensions, but I don’t see why not 🙂 The extension is self contained and doesn’t store anything in the extension folder.