We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
언제부터인가 VSCode가 자동 업데이트 되지 않았음. 늘 뜨던 에러지만 사용하는 문제 없어서 바쁘니까 무시했는데 그 에러가 원인이었다.
Could not create temporary directory!
자동 업데이트를 관리하는 com.microsoft.VSCode.ShipIt라는 캐시 파일을 날려준다.
com.microsoft.VSCode.ShipIt
$ cd ~/Library/Caches $ sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
언제부터인가 VSCode가 자동 업데이트 되지 않았음. 늘 뜨던 에러지만 사용하는 문제 없어서 바쁘니까 무시했는데 그 에러가 원인이었다.
Could not create temporary directory!
Solution
자동 업데이트를 관리하는
com.microsoft.VSCode.ShipIt
라는 캐시 파일을 날려준다.The text was updated successfully, but these errors were encountered: