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

Inline mode: Is it possible to display the exact time, accurate to the second? Currently, committer.date only provides precision to the date. #175

Open cjh-store opened 2 weeks ago

cjh-store commented 2 weeks ago

Inline mode: Is it possible to display the exact time, accurate to the second? Currently, committer.date only provides precision to the date.

Sertion commented 2 weeks ago

Hey Deja-vu. Thanks for the question/feature request!

Currently it does not. Would a token like ${committer.time} that would render like 18:54:32 be what you are looking for?