VSCode报错Could not create temporary directory
Posted 小溪彼岸
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VSCode报错Could not create temporary directory相关的知识,希望对你有一定的参考价值。
mac VSCode经常弹 Could not create temporary directory: 权限被拒绝
错误提示很是烦人,记录下解决方案。
在终端执行以下命令即可
sudo chown $USER ~/Library/Caches/com.microsoft.VSCode.ShipIt
// 输入系统登录密码回车
参考:
https://geek100.com/3157.html
以上是关于VSCode报错Could not create temporary directory的主要内容,如果未能解决你的问题,请参考以下文章