mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 14:15:44 +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