Skip to content

Instantly share code, notes, and snippets.

@patientzero
Created April 8, 2020 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patientzero/8a1ae2691481cc8c7c4f7afae7691b58 to your computer and use it in GitHub Desktop.
Save patientzero/8a1ae2691481cc8c7c4f7afae7691b58 to your computer and use it in GitHub Desktop.
Uninstall Visual Studio Code from Mac
#!/bin/bash
# based on Medium Blogpost :https://medium.com/@jimkang/complete-uninstall-remove-vscode-mac-5e48bef3bdec
rm -rf $HOME/Library/Application\ Support/Code
rm -rf $HOME/.vscode
rm -rf /Applications/Visual\ Studio\ Code.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment