Skip to content

Instantly share code, notes, and snippets.

@proclaim
Created September 28, 2022 01: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 proclaim/219c3544e87346b4a5d49299a0793500 to your computer and use it in GitHub Desktop.
Save proclaim/219c3544e87346b4a5d49299a0793500 to your computer and use it in GitHub Desktop.
Factory Reset VS Code for Windows
rm -r "$env:APPDATA\Code"
rm -r "$env:USERPROFILE\.vscode"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment