You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension always spawned "git" from PATH, so it failed with
"spawn git ENOENT" when git was not globally installed (e.g. portable
or MSYS2 installs configured via the built-in "git.path" setting).
- Add a central git-binary module holding the resolved git executable,
used by every spawn site (git-service, repo-discovery, content-provider).
- Resolve the path on activation: the configured "git.path" (string or
first existing array entry) takes precedence, falling back to the path
the built-in git extension resolved, then to PATH.
- Re-resolve when "git.path" changes at runtime.
Fixes#18
0 commit comments