Skip to content

Instantly share code, notes, and snippets.

@proclaim
Created September 28, 2022 01:55
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 proclaim/b8a35dcb67c68acfe99ccbb5d7b6f586 to your computer and use it in GitHub Desktop.
Save proclaim/b8a35dcb67c68acfe99ccbb5d7b6f586 to your computer and use it in GitHub Desktop.
Factory Reset VS Code for Mac
rm -rf "$HOME/.vscode"
rm -rf "$HOME/Library/Application Support/Code"
rm -rf "$HOME/Library/Caches/com.microsoft.VSCode"
rm -rf "$HOME/Library/Saved Application State/com.microsoft.VSCode.savedState"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment