Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created December 14, 2018 19:46
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save iamcryptoki/90f1760bb71252c0c913f3d22969cf68 to your computer and use it in GitHub Desktop.
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.
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt
sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt
@titusdecali
Copy link

WOW! Thank you! this just fixed the issue. Seems to be something with the LiveShare or LiveShare Extensions Pack

@bilalelreda
Copy link

These are the kind of Gists that I live for. Thank you!

@jamesratcliffe
Copy link

If you're using VSCodium, the cache folder to fix is com.visualstudio.code.oss.ShipIt.

@FrancescAlted
Copy link

Cool. Thank you!

@AlekseyPochinchik
Copy link

Thanks a lot!

@BengiTiger119
Copy link

Cool. Thank you!

@hyjorc1
Copy link

hyjorc1 commented Oct 12, 2020

Thanks a lot!

@progAndrey
Copy link

Super!!! Thanks you!!!

@murceca
Copy link

murceca commented Oct 16, 2020

It works now, thanks for the fix!

@indhio
Copy link

indhio commented Dec 16, 2020

It works! Thanks!

@PhilipAdeoye
Copy link

Mid-2021, and yep! It works. Didn't need the second line in my case

@anzelpwj
Copy link

Worked for me as well!

@jdiefenbach83
Copy link

Awesome!

@Sunry6
Copy link

Sunry6 commented Apr 2, 2022

thank you

@reubennn
Copy link

reubennn commented May 5, 2022

Fixed! Thanks you 😄

@stevechen
Copy link

Thank you!

@byy9512
Copy link

byy9512 commented Oct 10, 2022

Works! Thank you!

@dobal-production
Copy link

Thank you...

@lukemico
Copy link

This Gist has saved me from hours of headache.... THANK YOU

@artem-chen
Copy link

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment