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

"Open in Browser" does not work #534

Open bannus opened 1 year ago

bannus commented 1 year ago

Version: 1.162.0

  1. Select file cloned from ADO repo, right click
  2. Select "Open in Browser"

Expected: Opens in browser Actual: Blank page loads (https://dev.azure.com/<org>/<project>/_git/<repo>#path=<path>&version=GBdevelop) Appending &_a=contents fixes the issue. Might be an upstream issue with ADO itself.

edokan commented 1 year ago

can confirm with v1.162.1

The url it produces has a hashtag instead of a question mark. Change it to question mark and it works

johnaziz57 commented 8 months ago

Something that I have noticed Pressing Open in Browser -> opens blank page -> Press enter in the address bar, it will actually load. I don't know why is that