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 remembered it's previous setting Ilan
To uninstall an extension, select the Manage gear button at the right of an extension entry and then choose Uninstall from the dropdown menu. This will uninstall the extension and prompt you to reload VS Code.
Open Run (Win + R
)
Enter %appdata%
Press Enter
Delete the folder Code
.
Voila! Restart Visual Studio Code and it is reset!
Here is a bat script to do the same explorer.exe %appdata% del Code
Turns out the extensions are stored under %USER%.vscode\extensions. Deleting that gets rid of them. %USER%\\.vscode\extensions
(or) %USERPROFILE%\.vscode\extensions
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With