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
return`${LOCAL_HISTORY_DATE_FORMATTER.value.format(timestamp).replace(SEP,'-')}`;// preserving `/` will break editor labels, so replace it with a non-path symbol
649
+
return`${getLocalHistoryDateFormatter().format(timestamp).replace(SEP,'-')}`;// preserving `/` will break editor labels, so replace it with a non-path symbol
0 commit comments