node-pty icon indicating copy to clipboard operation
node-pty copied to clipboard

Throw a nice error when Windows compatibility mode is detected

Open Tyriar opened this issue 7 years ago • 0 comments

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

Tyriar avatar Jul 19 '18 17:07 Tyriar