The integrated terminal in VS Code has a performance issue on Windows outlined here microsoft/vscode#10328 (comment), @codec-abc suggests it's due to the limit system in the refresh function:
setTimeout(function () {
self.refresh(start, end, false);
}, 34)
Details
- Browser and browser version: vscode v1.6/electron
- OS version: Windows 10
- xterm.js version: 3c9d8b0