Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode-gitblame ignore "git.path" setting #14

Open
SailorMax opened this issue Aug 9, 2016 · 1 comment
Open

vscode-gitblame ignore "git.path" setting #14

SailorMax opened this issue Aug 9, 2016 · 1 comment

Comments

@SailorMax
Copy link

Can you add supporting of VSCode setting "git.path"?

Currently your extension use "git-blame" module. But it use module "git-spawned-stream".
"git-spawned-stream" is very simple function, which exec "git" without any paths.
I am not expert in NodeJS, but if it possible, can you overwrite this function-module?
Or overwrite both of them. "git-blame" is also simple enough module...

thank you.

@SailorMax SailorMax changed the title vscode ignore "git.path" setting vscode-gitblame ignore "git.path" setting Aug 9, 2016
@Sertion
Copy link

Sertion commented May 14, 2017

This has been added in a recent release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants