Using VSCode's GitLens extension, is it possible to show the relative time since a change without writing "ago"? Currently if a line in a file was changed 4 years ago, GitLens will write out "4 years ago" in the git blame in the left gutter, but I would prefer it just to say "4 years" or maybe even "4 y". Is this possible? My current date format setting is empty:
"gitlens.blame.dateFormat": ""