71 字
1 分钟
VS Designer Cache To Big Issue
VS Designer Cache 文件夹会缓存项目输出目录的文件,导致C盘被占用。
解决方案:设置软链接
mklink /d C:\Users\xxx\AppData\Local\Microsoft\VisualStudio\17.0_a0d456fc\Designer\Cache D:\dev\vs-designer-cache
/d
文件夹映射
第一个路径:原缓存文件夹(原路径在C盘)
第二个路径:要映射的路径
VS Designer Cache To Big Issue
https://kuriyama.top/posts/dev/vs-designer-cache-to-big-issue/