Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dlrandy/57d063b1dd873232399756de5e65f7b7 to your computer and use it in GitHub Desktop.
Save dlrandy/57d063b1dd873232399756de5e65f7b7 to your computer and use it in GitHub Desktop.
Fix Visual Studio Code update error "Could not create temporary directory: Permission denied" on macOS.
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment