Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I factory reset Visual Studio Code?

I started to learn one language and moved to a different one. I want to start with that language with a fresh code editor. But I don't know how to reset Visual Studio Code and delete all my data. How do I do that? Do I need to delete folders? I'm quite new to VS Code.

like image 892
wun_a Avatar asked Feb 17 '26 00:02

wun_a


1 Answers

You can delete VSCode related data completely by deleting both of these or if you just want to reset your editor just delete the .vscode folder in your user profile.

To delete user data directory Code:

  • Windows %APPDATA%\Code
  • macOS $HOME/Library/Application Support/Code
  • Linux $HOME/.config/Code

To delete the extensions and other related data, delete the folder named .vscode:

  • Windows %USERPROFILE%\.vscode
  • macOS ~/.vscode/
  • Linux ~/.vscode/

For reference: Clean uninstall ("This can also be used to reset all settings if you don't want to uninstall VS Code.")

like image 141
tHeSiD Avatar answered Feb 20 '26 06:02

tHeSiD



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!