mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
7b64e249ba
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