microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.07k stars 29.21k forks source link

Terminal ligatures can have the wrong background color when typed out #233005

Closed Tyriar closed 5 hours ago

Tyriar commented 10 hours ago

Follow up on https://github.com/microsoft/vscode/issues/34103

Repro:

  1. Enable terminal ligatures
  2. Set a font with ligatures
  3. Type =>, ==>, etc., 🐛 it looks like the cursor gets stuck at the end of the ligature

Image

Tyriar commented 10 hours ago

Upstream: https://github.com/xtermjs/xterm.js/issues/5205