Skip to content

Instantly share code, notes, and snippets.

@bahacan19
Last active December 15, 2017 06:32
Show Gist options
  • Save bahacan19/714032ddd9d5a988d6a036a32d64dc59 to your computer and use it in GitHub Desktop.
Save bahacan19/714032ddd9d5a988d6a036a32d64dc59 to your computer and use it in GitHub Desktop.
remove visual studio code from your pc
Move the .app file to the Trash, then manually delete the support folders listed in this IntelliJ support article:
~/Library/Preferences/
~/Library/Caches/
~/Library/Application Support/
~/Library/Logs/
rm -fr /Users/user/Library/Preferences/com.microsoft.VSCode.helper.plist
rm -fr /Users/user/Library/Preferences/com.microsoft.VSCode.plist
rm -fr /Users/user/Library/Caches/com.microsoft.VSCode
rm -fr /Users/user/Library/Caches/com.microsoft.VSCode.ShipIt/
rm -fr /Users/user/Library/Application\ Support/Code/
rm -fr /Users/user/Library/Saved\ Application\ State/com.microsoft.VSCode.savedState/
rm -fr ~/.vscode/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment