48

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?

Alex
  • 59,571
  • 22
  • 137
  • 126
Sagor Islam
  • 481
  • 1
  • 6
  • 11

2 Answers2

111

If you want to completely delete settings, go to %AppData%\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 %UserProfile%\.vscode.

T.Todua
  • 53,146
  • 19
  • 236
  • 237
Diogo Rocha
  • 9,759
  • 4
  • 48
  • 52
-3

Although you can use rm to do this its safer to use the code command line. Example: https://code.visualstudio.com/docs/editor/command-line

HansDev
  • 70
  • 10