-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Show Line Commit Details" date format #89
Comments
Settings for date format in "Show File History" also can't find. |
In the next release there will be a new As for the relative dates in the GitLens UI, I won't be providing an option to change them to absolute date.
If you don't need them, don't use them :) I like to err on the side of flexibility with a power tool such as GitLens, and I try my best to pick the best defaults I can.
It would have made the template parsing more complex, but PRs are welcome :) |
With joy, but I need 10- of them (no codeLens, no blame.line and absolute dates) |
You don't need to go digging for them -- they are all well-documented here |
@SailorMax the latest GitLens beta adds the new |
4.1 is now out |
@eamodio In "Show Line Commit Details" date ignore "gitlens.defaultDateFormat". What can I do with that? Plus in 4.1.0 "Toggle File Blame" button lost its icon. |
No worries. As I mentioned above:
Doh! Thanks for the report on the icon -- 4.1.1 coming in a few. |
I did not ask about "to change them to absolute dates" :) I ask about date format ;) |
Can you post a screenshot of the dates you are talking about? If you are talking about the dates (x days ago) in the quickpick menus -- then you are correct, I'm not interested in adding the ability to control them. |
Yes, I talk about them. They are not informative, when all records of history are "1 month ago". |
@eamodio |
I see (re: the dates). I'll think more about how I can do that well -- thanks. As for the button, I don't see it missing -- you still do? |
Sorry. Looks like it was problem from my side. VSCode had some error in console. Uninstall GitLens/Reload/Install GitLens/Reload helped. Possible some kind of cache conflict. The button was appeared. |
@SailorMax In 7.3 beta, I've added support for controlling the default date style via the |
Thanks! Looks like it work. |
I didn't want to overload/conflate the current data formatting, with a switch between relative and absolute. Thanks for testing! |
Issue 61: Show line comment from common windows. Blue bookmark icons appear on common editor windows, but "Show comment for this line" button menu doesn't
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to Reproduce:
Expected: commit details in format "gitlens.annotations.line.trailing.format" (or else?) with date in format "gitlens.annotations.line.trailing.dateFormat"
Actual: commit details in gitlens author specific format.
P.S. Do we really need so many settings for GitLens? ;) For example: why do you support "${message|40?}", but not "{$date|YYYY-MM-DD}"?
The text was updated successfully, but these errors were encountered: