Skip to content

Refresh limit system makes performance bad on Windows #280

@Tyriar

Description

@Tyriar

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

Metadata

Metadata

Assignees

Labels

type/bugSomething is misbehaving

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions