Gitlens' "Open File in Remote" or "Copy Remote File URL" generates the wrong link #3961
Unanswered
dushan-terzikj-grammarly
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am using Gitlens on VSCode on Mac and I am a noob with VSCode. When I use "Open File in Remote" or "Copy Remote File URL", I get the following URL (this is an example):
"https://ssh.my.gitlab-server.com/..."
While this is not incorrect as I cloned the repo via SSH, I cannot open this link I have to remove the
ssh.
part. This is not a blocker but it is quite annoying. How can I make Gitlens generate the correct link?Correct link:
"https://my.gitlab-server.com/..."
I tried adding
gitlens.remote
in settings as such:This does not fix the issue.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions