Uninstall visual studio code in windows

后端 未结 6 566
青春惊慌失措
青春惊慌失措 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 01:45

    Turns out the extensions are stored under %USER%.vscode\extensions. Deleting that gets rid of them. %USER%\\.vscode\extensions (or) %USERPROFILE%\.vscode\extensions

    0 讨论(0)
  • 2020-12-14 01:45

    Go to Path: C:\Program Files\Microsoft VS Code

    Double Click uninstall.exe

    This will uninstall VS Code from Your Windows OS and

    After uninstallation delete code folder also.

    Open Run (Win + R) and Enter %appdata% Press Enter

    Delete the folder code.

    0 讨论(0)
  • 2020-12-14 01:45

    Easy way to remove it

    Step1: to find VSCode path
    Example: C:\Users\Willie\AppData\Local\Programs\Microsoft VS Code

    Step2: to run unins000.exe

    0 讨论(0)
  • 2020-12-14 01:48

    Here is the complete solution you can apply:

    1. Go to where Visual Studio Code is installed and invoke 'uninst000.exe'. In my case it is installed in C:\Users\Shafi\AppData\Local\Programs\Microsoft VS Code

    2. Delete directory C:\Users\Shafi\AppData\Roaming\Code

    3. Delete directory C:\Users\Shafi\.vscode

    0 讨论(0)
  • 2020-12-14 01:56

    Find the location C:\Users\ (your username) Shah907\AppData\Local\Programs\Microsoft VS Code Insiders.

    Click on "unins000.exe" and open it to uninstall.

    Now find C:\Users\Shah907 and delete " .vscode-insiders " folder.

    Now delete " Code - Insiders " in location " C:\Users\Shah907\AppData\Roaming ".

    Now Reinstall the Visual Studio Code again.

    Enjoy

    Ref:DeepDecide

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题