skip to Main Content

I’ve been programming for 6 years now, and I wanted to give a fresh new start to my vscode, but I have a problem. I want to “Factory reset” not only the application, but the syncronized settings also. Is there a way to do it? I don’t want to simply remove all extensions, but also all of my settings and preferences.
Any suggestion?
Thanks for your help!

2

Answers


  1. You can try to delete the .vscode folder in the root of your project. Or you can go to code-workspace and delete the folder with your workspace name.

    Login or Signup to reply.
  2. For Windows you can try :

    1. Click on the bottom left gear icon, then click ‘Settings Sync is On’
    2. On the top list open, click ‘Settings Sync: turn Off’
      enter image description here
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search