You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even the simple case of "gitdoc.commitMessageFormat": "YYYY" or "gitdoc.commitMessageFormat": "ISO_8601" don't show up as expected -- they produce commit messages of YYYY and I106O_8601 respectively.
Am I doing something wrong here or is there actually an issue?
Forgive me if this is a failing in my understanding of the config or
moment.js
, but I attempted to set mysettings.json
up like so:And received a commit message like this:
Even the simple case of
"gitdoc.commitMessageFormat": "YYYY"
or"gitdoc.commitMessageFormat": "ISO_8601"
don't show up as expected -- they produce commit messages ofYYYY
andI106O_8601
respectively.Am I doing something wrong here or is there actually an issue?
[edit] FWIW, I was using this document as my source of formatting: https://momentjs.com/docs/#/parsing/string-format/
Thanks!
The text was updated successfully, but these errors were encountered: