2

I uses git as a source control in VS Code. I remember seeing a warning dialog about committing without staging files. I chose "always commit all" or something like that, but now I want the dialog back.

Can anyone suggest how to do it?

TLJ
  • 4,525
  • 2
  • 31
  • 46
  • To add to the top answer ^ you can get to settings.json here https://stackoverflow.com/questions/65908987/how-can-i-open-visual-studio-codes-settings-json-file – Dennis C Aug 10 '22 at 17:01

1 Answers1

6

settings.json:

"git.enableSmartCommit": false
Alex
  • 59,571
  • 22
  • 137
  • 126