Created
September 28, 2022 01:58
-
-
Save proclaim/219c3544e87346b4a5d49299a0793500 to your computer and use it in GitHub Desktop.
Factory Reset VS Code for Windows
This file contains 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 -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