microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.42k stars 233 forks source link

fix: controlling terminal on macOS #589

Closed deepak1556 closed 1 year ago

deepak1556 commented 1 year ago

Refs https://github.com/microsoft/vscode/issues/178693

Depends on https://github.com/microsoft/node-pty/pull/588

This brings back the helper executable to associate a controlling terminal for the child process created under new session, the change still ensures https://github.com/microsoft/vscode/issues/174956 is addressed.