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: 1 comment 3 replies
-
@dushan-terzikj-grammarly I know this might seem simplistic but I would encourage you to review the gitlens.remote file make sure that they are no typos within your file. And Restart VScode as the changes will not take effect if you don't restart the kernel. |
Beta Was this translation helpful? Give feedback.
3 replies
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