Sertion / vscode-gitblame

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

isWebPathPlural should be inferred from remote origin #35

Closed tomchkk closed 5 years ago

tomchkk commented 6 years ago

Is it not possible to infer the value of isWebPathPlural from the remote origin, rather than have to set it explicitly? I have to work with repos on bitbucket, github and gitlab, so having one value for this config item doesn't work well for me.

Sertion commented 6 years ago

Hey Tom!

Thank you for the issue!

When this feature first got started on I looked into the possibility of detecting what online platform someone is using. I ran into some issues:

If you want to look into building this feature you are more than welcome to. Looking forward to the pull request!

// Albin

Sertion commented 5 years ago

I have started to work on this in a scaled back manner in #52

Sertion commented 5 years ago

52 was released today.