I have portable git on my Windows 10. In VS Code you can set user settings for this section:
//-------- Git configuration --------
// Is git enabled
"git.enabled": true,
// Path to the git executable
"git.path": null,
// Whether auto fetching is enabled.
"git.autofetch": true,
So I set "git.path": "c:\tools\git\bin" and restart, it still can't find git install.
Later I set System Env Path to include git, then it's happy; seems setting above doesn't really change anything?
Best,
Dong
I have portable git on my Windows 10. In VS Code you can set user settings for this section:
So I set "git.path": "c:\tools\git\bin" and restart, it still can't find git install.
Later I set System Env Path to include git, then it's happy; seems setting above doesn't really change anything?
Best,
Dong