Skip to content

Instantly share code, notes, and snippets.

@karansinghgit
Last active May 4, 2024 14:40
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save karansinghgit/120ac7a5bee54430fed8a94b0fd6e426 to your computer and use it in GitHub Desktop.
Save karansinghgit/120ac7a5bee54430fed8a94b0fd6e426 to your computer and use it in GitHub Desktop.
How to completely uninstall VSCode on Mac
  1. Close and Quit VSCode

  2. Remove VScode from Applications (just go to Finder -> Applications and move VSCode to Bin)

  3. Execute these commands in any order. The paths might be slightly different for you.

rm -fr ~/.vscode*
rm -fr ~/Library/Application\ Support/Code/

rm -fr ~/Library/Saved\ Application\ State/com.microsoft.VSCode.savedState/
rm -fr ~/Library/Preferences/com.microsoft.VSCode.helper.plist 
rm -fr ~/Library/Preferences/com.microsoft.VSCode.plist 
rm -fr ~/Library/Caches/com.microsoft.VSCode
rm -fr ~/Library/Caches/com.microsoft.VSCode.ShipIt/
  1. Reinstall VSCode
@Cephcode
Copy link

Thanks!!!!

@Maashad
Copy link

Maashad commented Jun 17, 2023

Worked beautifully. Thank you!

@rosspatil
Copy link

Amazing.. It worked!! Thanks

@dickermoshe
Copy link

+1

@zt719
Copy link

zt719 commented Jan 7, 2024

GOAT

@kriseax
Copy link

kriseax commented Jan 21, 2024

Absolute GOAT!!

@JuanFran9
Copy link

GOAT

@vahid-ak
Copy link

vahid-ak commented Mar 2, 2024

Great, Thanks

@bsreekalyan
Copy link

Thank you 🤩

@ohrafaelmartins
Copy link

Thank you

@goodlana
Copy link

thanks 🥹

@HectorFranco-MISO
Copy link

This still working on April 30th, 2024.
Thank you very much, hero

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