-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
"Session contents restored…" date shown in US format #136855
Comments
I have the same Issue:
The same steps to reproduce. |
Hmm this is actually already using locale to string, I guess that means Electron's locale isn't set based on the system 🤔
|
I can reproduce on macOS despite having Australia set in Region and |
@deepak1556 ah ok this makes sense as the date is formatted on the pty host. We might be able to format the date on the renderer to work around this. |
Actually, let's pass the locale over from the renderer process when reviving processes: vscode/src/vs/platform/terminal/node/ptyService.ts Lines 125 to 141 in cd66eec
|
Yep after it's written to the terminal it's fixed text and won't change just like the rest of the buffer |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: