Created
December 14, 2018 19:46
-
-
Save iamcryptoki/90f1760bb71252c0c913f3d22969cf68 to your computer and use it in GitHub Desktop.
Fix Visual Studio Code update error "Could not create temporary directory: Permission denied" on macOS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt | |
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt |
These are the kind of Gists that I live for. Thank you!
If you're using VSCodium, the cache folder to fix is com.visualstudio.code.oss.ShipIt
.
Cool. Thank you!
Thanks a lot!
Cool. Thank you!
Thanks a lot!
Super!!! Thanks you!!!
It works now, thanks for the fix!
It works! Thanks!
Mid-2021, and yep! It works. Didn't need the second line in my case
Worked for me as well!
Awesome!
thank you
Fixed! Thanks you 😄
Thank you!
Works! Thank you!
Thank you...
This Gist has saved me from hours of headache.... THANK YOU
Thanks a lot!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WOW! Thank you! this just fixed the issue. Seems to be something with the LiveShare or LiveShare Extensions Pack