I correctly installed GIT, but vs code command prompt responds:
"Git is not recognized as an internal or external command,operable program or batch file."
After adding:
"git.enabled": true,
"git.path": "C:\\'Program Files'\\Git\\mingw64\\bin\\git.exe",
it still won't work. Even after closing and opening vs code.