Skip to content

Instantly share code, notes, and snippets.

View zanllan23-dev's full-sized avatar

zanllan23-dev

View GitHub Profile
@zanllan23-dev
zanllan23-dev / del_vscode_mac.md
Created November 19, 2025 11:00 — forked from karansinghgit/del_vscode_mac.md
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