mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 21:55:54 +00:00
This brings in microsoft/node-pty#415 which will finally fix the hang issue on Windows with conpty. Performance on Windows should also improve a lot because node-pty is now hosted outside of the cluttered renderer process. Fixes #71966