vscode-gitblame icon indicating copy to clipboard operation
vscode-gitblame copied to clipboard

Whitespace changes can be ignored

Open carloscz opened this issue 9 years ago • 1 comments

Updated git-blame npm module to version 1.1.0 (implements possibility to ignore whitespace changes) and implemented this option into vscode-gitblame extension.

Don't know if it is better to let user choose that he wants to ignore them or not, but I am not profficient with VSCode configuration schema, so it can be maybe implemented by someone else :)

EDIT: added configuration option, defaults on (true) ignore whitespace changes ;)

carloscz avatar Dec 10 '16 17:12 carloscz

Is there something else missing I'm might be of help on getting this merged and released? I think this can be useful. Look at this SO question https://stackoverflow.com/questions/4638500/git-blame-showing-no-history Thank you!

n370 avatar Apr 21 '17 15:04 n370