how to completely remove vs-code setting?

70,468

If you want to completely delete settings, go to %UserFolder%\AppData\Roaming\Code and delete the whole folder. Then uninstall and install it again.

If you want to delete all extensions too, delete the extensions folder on %UserFolder%\.vscode.

Share:
70,468
Sagor Islam
Author by

Sagor Islam

Updated on July 21, 2022

Comments

  • Sagor Islam
    Sagor Islam almost 2 years

    After I uninstalled vs-code the popup message appeared:

    Your extensions and settings will not be removed. 
    

    Now I want to remove all of the vs-code settings and install it as a new user. How can I do this?

  • Aurimas N.
    Aurimas N. over 4 years
    copy pastable paths: %AppData%\Code %userprofile%\.vscode
  • Naman Jain
    Naman Jain almost 4 years
    what about macos
  • Xaver Fleer
    Xaver Fleer over 3 years
    Guide for MacOs: medium.com/@jimkang/…
  • denmg
    denmg over 3 years
    on linux on your home folder type ll and find the hidden folder .vscode and run command word of caution, please be careful with this rm -rf command as this is dangerous when not use right. ``` sudo rm -rf .vscode ```
  • HansDev
    HansDev about 3 years
    This is really bad advice you are going to mess up vscode.
  • Tito Leiva
    Tito Leiva about 3 years
    If your vscode is disconnected from wsl, also remove the bin folder in /home/your-user/.vscode-server/bin with rm -r