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
I think that the first pass here would be to unify some of the underlying structures/api that both GitLens and the built-in Git extension implement themselves. Of which the first candidate would be adopting GitLens' FileSystemProvider into core and unify the Uri structure so that GitLens could avoid a separate implementation (as well as other Git extensions).