New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"GitLens: Open File on Remote" opens wrong Bitbucket URL #1006
Comments
GitLens: Open File on Remote
opens wrong Bitbucket URL
The issue is, gitlen is composing the URL with the branch name, while bitbucket wants the commit id. So, if we change the URL's branch name(release/4.0) to commit id(df3d81742268cd6ce91b1bc53d8611d701aab2fc), it will work. e.g.: Can we confirm this and fix that for the repo that hosted in bitbucket? |
Can you please verify this fix in tomorrow's insiders edition? You can install the insiders edition from here. Be sure to disable/uninstall the stable version of GitLens first. |
Can confirm v11.2.0 fixed it (should I still check the insider edition?). Thanks! |
@halilim Nope, thanks so much! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to Reproduce:
Actual:
https://bitbucket.org/atlassian/bitbucket-server-example-plugins/src/release/4.0/.gitignore#.gitignore-2:3 (404)
Expected:
https://bitbucket.org/atlassian/bitbucket-server-example-plugins/src/df3d81742268cd6ce91b1bc53d8611d701aab2fc/.gitignore?at=release%2F4.0#lines-2:3
The text was updated successfully, but these errors were encountered: