Git - The clone repository error tool tip is misleading if git isn't installed. #131812
Closed
Description
Does this issue occur when all extensions are disabled?: Yes/No
Problem Description:
I did not have Git installed and was attempting to clone a repository. The clone repository button was grayed out and when I hovered over how to fix it the tool tip given was to "wait for git extension to be activated". This is misleading because the git extension doesn't resolve the issue. Instead the tool tip should have been to install git which is much more clear and correct.
- VS Code Version: 1.59.1
- OS Version:
Steps to Reproduce:
- Delete git or ensure git is not installed
- Launch VSCode
- Click on explorer tab
- Hover over clone repository (which should be grayed out)
- Read misleading tool tip
Activity