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…