You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
SailorMax
changed the title
vscode ignore "git.path" setting
vscode-gitblame ignore "git.path" setting
Aug 9, 2016
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.
The text was updated successfully, but these errors were encountered: