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

Bitbucket commit URL has typo #43

Closed fabianrenner closed 5 years ago

fabianrenner commented 5 years ago

with setting gitblame.commitUrl = "guess" it takes the following URL pattern at my bitbucket repos: https://bitbucket.org/{repoTeam}/{repoName}/commit/{commitHash}

but it's "commits" https://bitbucket.org/{repoTeam}/{repoName}/commits/{commitHash}

I tried to setup a custom URL but there is no variable for the repository name or team.

Would be nice to either have the "commits" fixed or these additional variables available in the commitUrl settings :)

Sertion commented 5 years ago

Greetings Fabian.

You are looking for the gitblame.isWebPathPlural setting.