Visual Studio - Deleting .vs folder

后端 未结 5 1956
遇见更好的自我
遇见更好的自我 2021-02-18 23:42

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

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 00:43

    [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.

提交回复
热议问题