Replies: 1 comment 4 replies
-
Please enable output channel logging by setting This will enable logging to the GitLens channel in the Output pane. Once enabled, please reproduce the issue, and attach the log from the GitLens channel. Can you also provide me with what your remote looks like in you |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up a custom
gitlens.remotes
object for a local install of Phabricator, which I want to use to browse commits and share links with coworkers. This is based on the documentation the dialog sends me to at https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-.However when I look at the file history and click the Open File on Remote button (:globe_with_meridians:), the dialog tells me No auto-detected or configured remote providers found.
I've restarted VSCode, and I've fiddled with different settings, but I can't get it to show up. If I do this with a public GitHub repository (where I've allowed gitlens to connect to GH) it works without any further settings and the dialog shows all the git remotes I've set up in that repository.
I can't find any debug output, so I don't know what else I can try.
Beta Was this translation helpful? Give feedback.
All reactions