vscode 最近的一个小问题.net 安装空间不足
vscode吧
全部回复
仅看楼主
level 1
斯帕托斯 楼主
There is not enough disk space on drive---C盘空间不足
是因为dotnet-install.ps1中使用powerShell获取剩余空间信息时候返回的值不准确导致的.
解决方法是把C:\Users\MyUser\.vscode\extensions\ms-dotnettools.vscode-dotnet-runtime-1.6.0\dist\install scripts\dotnet-install.ps1
文件中的对应行(1115行)注释掉(注释符号是#).并且把文件改成只读形式.
详细信息可以参阅下面的
https://github.com/dotnet/install-scripts/issues/374
2023年08月13日 11点08分 1
1