DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
944 stars 150 forks source link

[BUG] View History button is shown for non-git SCM #747

Open davidfirst opened 1 year ago

davidfirst commented 1 year ago

Describe the Bug

This button is shown for any SCM, not only Git.

Suggested Solution

Please add scmProvider == git to the when clause in package.json. (that's also what the formal Git extension does for each one of the buttons displayed there).