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
Skip VS16 probe on Windows, always assume supported
Windows Terminal and conhost (Win11+) always render VS16 emoji as 2
columns. DSR probe responses don't arrive as regular console input
on Windows, causing the probe to block waiting for a keypress.
Only probe on Unix (Linux/macOS) where poll()+read() works reliably.
0 commit comments