Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

View button on a BitBucket repo redirects to an incorrect path #31

Closed juanjoms closed 6 years ago

juanjoms commented 6 years ago

Recently the view button redirects to repoaddress/commit/hash, which is an incorrect url: the correct address should be: repoaddress/commits/hash The problem is fixed if the isWebPathPlural configuration by default changes to true, I will do a PR with the suggested change.

Sertion commented 6 years ago

Hey and thank you for the issue.

The singular form is the pattern for the vast majority of git platforms and will stay the default.

juanjoms commented 6 years ago

Thanks for the clarification, I found it strange because previously the view me button always worked correctly and I think that from # 30 it stopped working. Either way I'll put isWebPathPlural to true in my configuration, since that works for me. Regards.