-
Notifications
You must be signed in to change notification settings - Fork 938
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
Is it possible to control whether or not to use Date#toISOString() ? #574
Comments
This is a (continual) problem in the vscode debug console. If they want TTY support then they need to report to programs that the stdout/stderr file descriptors are interactive TTY sessions. |
This was referenced Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I hit the problem that when using vcode, set "outputCapture": "std",
Date#toISOString()
will be used automaticlly instead of showing millisecond diff in vscode debug console(without setting it there will no log at all microsoft/vscode#41600)So is it possbile to set whether to use Date#toISOString() or not ?
The text was updated successfully, but these errors were encountered: