node-pty
node-pty copied to clipboard
Throw a nice error when Windows compatibility mode is detected
I think we need to compare RtlGetVersion (real, no node API) with GetVersionExW (compat mode version, os.release() in node). I believe this is the primary problem behind https://github.com/Microsoft/vscode/issues/43169