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 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:
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!
Discussion here: #3961
The text was updated successfully, but these errors were encountered: