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

No blame info, `command '' not found` error #82

Closed mikemaccana closed 4 years ago

mikemaccana commented 4 years ago

Installing on current VScode 1.45.0 is giving:

No info about the current line

Clicking the thorn (o|) icon produces the following error:

image

Other git blame plugins, like git lens, show git blame information ok.

Sertion commented 4 years ago

Hey Mike.

Thank you for the bug report.

Previously it was possible to disable commands on a status bar item by assigning the command to an empty string. Looks like that is no longer the case. I will aim to update later today.

Sertion commented 4 years ago

Pushed a fix to the marketplace. It can sometimes take a day or two to get it to appear but it is on its way!

Thanks again for the report!

mikemaccana commented 4 years ago

Thanks very much @Sertion ! 😃