Last active
December 15, 2017 06:32
-
-
Save bahacan19/714032ddd9d5a988d6a036a32d64dc59 to your computer and use it in GitHub Desktop.
remove visual studio code from your pc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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