I may have accidentally deleted something when cleaning up my hard drive. Now when I bring up VS Code I get message saying GIT is not installed and GIT extentsion don't work. Is there a way to refresh GIT in VS Code?
Asked
Active
Viewed 188 times
0
-
Check the output of git --version. If git is not found there then try reinstall git on Mac. Then Vs Code will start to see git. – Maksat Yalkabov May 05 '20 at 12:28
-
Git is not a part of vscode. Install it separately – evolutionxbox May 05 '20 at 12:30
-
Thanks that fixed it. Reinstalled git. – Jeffrey Novak May 05 '20 at 12:50