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