Sertion / vscode-gitblame

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

View button on a BitBucket repo doesn't work #26

Closed DimitarNestorov closed 6 years ago

DimitarNestorov commented 6 years ago

It opens https://bitbucket.org/*org*/*repo*/commit/*hash* which returns 404. It should open https://bitbucket.org/*org*/*repo*/commits/*hash*

Sertion commented 6 years ago

Hey Dimitar!

Sadly BitBucket has chosen to use a URL format that no one else is using. Supporting both will move this feature from trivial to quite advanced and to have a negative impact on performance.

I started building the feature with a detection system for what git platform was hosting the repository but I removed it as it added a few moments for the dialog to open as well as a need for caching what URL was found for each specific file (as we still support sub-repos). It got too much.

DimitarNestorov commented 6 years ago

Alright, not a big deal. If we figure out #27 then I wouldn't care about this at all and close it.

Sertion commented 6 years ago

Released with 2.4.0