Uninstall visual studio code in windows

后端 未结 6 571
青春惊慌失措
青春惊慌失措 2020-12-14 01:04

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

6条回答
  •  星月不相逢
    2020-12-14 02:04

    1. Open Run (Win + R)

    2. Enter %appdata%

    3. Press Enter

    4. 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

提交回复
热议问题