What is the way to totally uninstall Visual Studio code and it\'s extensions (including all configurations etc.) In windows 10 I tried uninstall and install but it remembere
Open Run (Win + R)
Win + R
Enter %appdata%
%appdata%
Press Enter
Delete the folder Code.
Code
Voila! Restart Visual Studio Code and it is reset!
Here is a bat script to do the same explorer.exe %appdata% del Code
explorer.exe %appdata% del Code