mehyaa / vscode-workspace-storage-cleanup

A cleaner for VSCode workspace storage cache.
MIT License
17 stars 1 forks source link

Feature Request: show the workspace size #5

Closed ImpleLee closed 1 month ago

ImpleLee commented 1 year ago

Show the size of each workspace and the total size of all selected workspace, so that the user can know how much disk space each workspace uses.

Or even better, add a new button to sort workspace by size?

mehyaa commented 1 month ago

With v1.2.0 you can see the folder sizes of both the workspace folder (source codes) and workspace storage folder (meta data).

Ordering will come later, closing this issue and track it via #8