New git.path array option causes error in Git Graph: "Unable to find a Git executable" #392
Labels
bug
Something isn't working
vscode-breaking-change
Visual Studio Code introduced a breaking change that affects the extension
Milestone
Describe the Bug
VSCode settings now allows git.path to be an array of strings for searching different paths for the git executables. Since vscode-git-graph consumes the git.path setting, this now causes the following error: "Unable to find a Git executable"
Steps to Reproduce
Steps to reproduce the behaviour:
git.path: ["C:\\path\\to\\git.exe", "C:\\another\\path\\to\\git.exe"]
Expected Behaviour
Git Graph should recognize arrays for the git.path setting now.
Environment
Screenshots (optional)
Additional Context (optional)
I realize this is a new feature released in the stable version of VSCode to allow arrays of strings for the git.path setting. I am making Git Graph developers aware of this change to VSCode so that this can be fixed quickly.
The text was updated successfully, but these errors were encountered: