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

Show distance of time in words in years #53

Closed radar closed 5 years ago

radar commented 5 years ago

I had an old file today that showed up with a diff of "89 months ago", and it was hard to do the mental math. I've updated this extension now to instead show "7 years ago"

Sertion commented 5 years ago

Hey Ryan. Thank you for the pull request. I like the feature and great that you backed it up with a test case!

Could you take a quick look at the linting report and fix that? Would be great!

radar commented 5 years ago

Thanks @Sertion for the quick review. I've fixed up the linting issues now.

Sertion commented 5 years ago

Thank you. I will try to get it out this weekend or sometime next week.