I have a 3gb .vs folder in my C++ project.
I am wondering if it is safe to delete the .vs folder.
If not what can i do to decrease the volume.
Thanks in
[It Works] For me .vs folder takes almost 5GB space and a big problem when taking backup or comparing folders. This is due to visual studio "Intellisense" feature doing some covert logging to augment our sense.
This solution works for me.
Visual Studio | Tools | Options | Text Editor | C/C++ | Under "Intellisense" category set "Disable Automatic Precompiled Header" to true.