- GitLens Version:
- Git Version: 2.34.1.windows.1
- VSCode Version: Run 1.63.2
- OS Version: Windows 10
Steps to Reproduce:
- Don't have git.exe in the PATH environment variables
- An example command that fails is delete branch from the "branches" tab:
git branch --delete Testing
git: The term 'git' is not recognized as a name of a cmdlet, function, script file, or executable program.
- If I instead do the git: delete branch command then the branch is deleted
So it looks like some of the git lens functionality is implemented by entering git commands in the terminal.