Visual Studio - Deleting .vs folder

后端 未结 5 1945
遇见更好的自我
遇见更好的自我 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:32

    I delete the .vs folder to conserve space. Delete it OUTSIDE of Visual Studio. Then open Visual Studio and REBUILD the program. the .vs folder is recreated, and is usually smaller.

提交回复
热议问题