Git is for some reason not found in my VS Code running on a Windows 10 laptop. On my mac in 'User default settings' there is a Git when you scroll all the way down, but in my Windows 10 laptop it doesn't exist at all. and the Source Control shows absolutely nothing. Any idea how I can (re-)integrate Git into my VS Code?
I tried to include the following in my user settings list but it keeps telling me that "git.path" is an unknown configuration term:
"git.path" : "C:\\Program Files\\Git\\cmd"