Skip to content

Instantly share code, notes, and snippets.

View zanllan23-dev's full-sized avatar

zanllan23-dev

View GitHub Profile
@karansinghgit
karansinghgit / del_vscode_mac.md
Last active November 20, 2025 20:47
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