microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.46k stars 235 forks source link

.process Wrong Return Name #493

Closed SquitchYT closed 3 years ago

SquitchYT commented 3 years ago

Environment details

Issue description

On Windows, the process return the name of the PTY

Tyriar commented 3 years ago

Yes on Windows it doesn't work, you would need to use another solution such as parsing the process tree with this which is what vscode does.