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

SourceTree integration #27

Closed DimitarNestorov closed 6 years ago

DimitarNestorov commented 6 years ago

I'm a fan of SourceTree and I use it everyday. Would it be possible to make the View button open the commit in SourceTree? BitBucket's website is kinda bulky and takes too much time to load.

If you don't use SourceTree I guess I will make a PR, but would love to hear if you would approve such a PR and if there is anything to keep in mind while working on it.

Sertion commented 6 years ago

You are very welcome to try to make this work. I am unsure if it possible to open SoruceTree with a specific line and commit open but if it is and it doesn't make the ST process a child of VSCode I am all for it.

It is up to you if you want to make it a config option for commitUrl or its own configuration option.

DimitarNestorov commented 6 years ago

Unfortunately it looks like I have to open a feature request for that, and looking at their backlog (3000+ cards) I feel like this will be put at the bottom and will never be given a chance. Seems like SmartGit is capable of this integration through the command line. If it doesn't do the job I will make my own git GUI for diffs only 😄

I hope one day to reopen this (unless I stop using SourceTree).