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
The console object's legacy_windows is True when is_terminal is False. I think this is a bug, because it's unable to successfully calling Windows console API on non-terminal environment.
Describe the bug
The console object's
legacy_windows
is True whenis_terminal
is False. I think this is a bug, because it's unable to successfully calling Windows console API on non-terminal environment.Platform
I use terminal in VS Code on Windows 10.
The text was updated successfully, but these errors were encountered: