Skip to content

Instantly share code, notes, and snippets.

@VictorieeMan
Last active January 11, 2022 13:36
Show Gist options
  • Select an option

  • Save VictorieeMan/b21713d2a9fb524f54b57a30edb4afab to your computer and use it in GitHub Desktop.

Select an option

Save VictorieeMan/b21713d2a9fb524f54b57a30edb4afab to your computer and use it in GitHub Desktop.
How to fully reset your VisualCode installation (on windows 10)

Uinstalling and reinstalling visualcode won't reset your settings or remove your extensions.

To do a 100% fresh restart with visual code, you'll have to uinstall VS-code and remove some directories from your system.

These are all the standard places wher VS-code store files:

Storing extensions: %USERPROFILE%\.vscode

Storing backups, cache, settings, etc.: %USERPROFILE%\AppData\Roaming\Code

Default installtion folder: %USERPROFILE%\AppData\Local\Programs\Microsoft VS Code

Note: %USERPROFILE% = C:\Users<user_name>

Do a normal uninstallation of VS-code and then check to manually delete the above directories, if you want a full reset for the next time you install Visual Studio Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment