-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggitGIT issuesGIT issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.38.1
- OS Version: MacOS High Sierra 10.13.6
Steps to Reproduce:
- Fresh Git install (git version 2.23.0)
- Fresh VSCode install (1.38.1)
- Source Control tab in activity bar shows
no source control provider registered - Settings shows in
settings.json:"git.enabled": true - Find git location in terminal
"/usr/local/bin/git" - Added
"git.path": "/usr/local/bin/git"tosettings.jsonto attempt to fix the bug - Source Control tab in activity bar shows still shows "no source control provider registered"
- When clicking on the
+sign on top right corner of Source Control tab, it add a.gitfolder in the workspace folder. Confirmed byls -al ./ - Trying
Git: Show Git Output=>Looking for git in: /usr/local/bin/git Using git 2.23.0 from /usr/local/bin/git - Checked
@builtin GitExtension enabled
Does this issue occur when all extensions are disabled?: Yes
I have just started to use VSCode, but my git installation is not detected by the Source Control Tab. If I work in a directory without using git, I can initialize a .git folder with the + sign, but I can't make commit. If I am in a directory with already a git tracking, I still have this no source control provider registered message.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggitGIT issuesGIT issuesverifiedVerification succeededVerification succeeded