microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

Cannot Determine URL When Using SSH #579

Open boginw opened 2 months ago

boginw commented 2 months ago

When I right-click and click "Open In Browser" nothing happens. I've copied the relevant log message which occurs whenever this action is performed:

WARN - com.microsoft.alm.common.utils.UrlHelper - getHttpsGitUrlFromSshUrl: can't determine https url from git@ssh.dev.azure.com:v3/[Org]/[Project]/[Repo]

I've redacted some parts of the URL, but the gist should still be present.

This might be related to #351 and #534, but it is different from #534 as for me, nothing happens instead of a blank page opening.