Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bilalelreda/c43fe6aa5405144ecae3f1b694db88de to your computer and use it in GitHub Desktop.
Save bilalelreda/c43fe6aa5405144ecae3f1b694db88de 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