Can't nail what's missing with Git integration in VSCode (latest 1.23.1) on Windows 10.
Got Git 2.17.0 installed.
Got it in the system-wide Path.
Got this in my User Settings
{
"git.enabled": true,
"git.path": "C:\\Git\\bin\\git.exe"
}
Git is well visible in the built-in VSCode terminal:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\myself> git --version
git version 2.17.0.windows.1
Still nothing among "active source control providers", and no Git icon available there.
What's wrong?
P.S. None of this
Git missing in VS Code – No source control providers
or that
Visual Studio Code cannot detect installed git
worked either.