Sometimes you want to reset your VS Code like it is fresh installed. You messed up something or just want fresh installation. You have to do two things.
- Delete VS Code configurations
- Delete VS Code extensions
Location for configuration
- Windows
%APPDATA%\Code
- macOS
$HOME/Library/Application Support/Code
- Linux
$HOME/.config/Code
Location for extensions
- Windows
%USERPROFILE%\.vscode\extensions
- macOS
~/.vscode/extensions
- Linux
~/.vscode/extensions
If you want to delete only settings, but not the whole configuration, here is path.
- Windows
%APPDATA%\Code\User\settings.json
- macOS
$HOME/Library/Application Support/Code/User/settings.json
- Linux
$HOME/.config/Code/User/settings.json
If that was helpful why don’t you share it.