Skip to content

SpriteOvO/VsCacheCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon
VsCacheCleaner

Clear the Visual Studio solution cache, free up your disk space!

🌎 English | 🌏 简体中文

📃 Description

Visual Studio solution cache folder .vs is required by Visual Studio to store opened documents, breakpoints, and other information about state of the solution.

Usually they can be safely deleted.

If you don't delete these caches manually on a regular basis, they will keep eating up the free space of your disk, making the disk space bar turn red. 🦖

And now you have this!

🔍 Preview

✨ Features

  • Scan the Visual Studio solution cache folder .vs from a specified path or all disks.
  • Scanning is very fast (usually completed and results displayed within 1sec).
  • Support sorting by path, cache size, and last accessed date.
  • Support checking cache items by rules (last accessed some time ago or greater than some size).
  • Display stats chart for cache size and disk space size.
  • Deleting is actually moving to the Recycle Bin so that you can make a final confirmation.
  • Multi-language support.

🛠️ Build

Build requirements Visual Studio 2019 and Qt 5.12.9.

🍺 Contribute

VsCacheCleaner is an open source project, here are some ways you can contribute:

See contribution guidelines.

💎 ThirdParty

🚨 License

VsCacheCleaner is licensed under the MIT License. Dependencies are licensed under their respective licenses.

⚠️ Disclaimer

VsCacheCleaner makes no warranties, and you are solely responsible for any unintended consequences of your use.