-
Notifications
You must be signed in to change notification settings - Fork 695
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
TrueColor
is no longer working on WindowsDriver
#3164
Comments
I already saw that. My workaround was this: _isWindowsTerminal = Environment.GetEnvironmentVariable ("WT_SESSION") != null ||
Environment.GetEnvironmentVariable ("VSAPPIDNAME") != null; |
Can't just check OS platform instead? OperatingSystem.IsWindows ( ) |
Nope. Windows Terminal != conhost etc... We've spent a LOT of effort on this and still don't have it right (and the sands below us are moving)...
To name a few... |
I have ideas of how to be far more graceful about this in |
I probably broke this. Sigh.
The text was updated successfully, but these errors were encountered: