Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clear cache on disk in Visual Studio Code

~/.config/Code folder has 2 big folders:

313mb   ./Cache
193mb   ./CachedData

How can these be safely cleared once in a while? (eg. before making a backup)

Will simply deleting them cause any issue?

like image 343
Marius Avatar asked Dec 26 '17 06:12

Marius


1 Answers

Yes. VSCode does it every 8 dyas or 3 months depending on the version. I've manually cleared mine before backups without any issues.

Cache, CachedData taking up quite some disk space #29960

like image 159
Martin Goff Avatar answered Oct 17 '22 01:10

Martin Goff