-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
VS Code issue: microsoft/vscode#255152
- VS Code Version: 1.101.2
- OS Version: Windows 11 24H2
Steps to Reproduce:
- Close all terminals.
- Set
terminal.integrated.fontLigatures.enabledtotrue.- Set
terminal.integrated.fontLigatures.featureSettingssuch that characters look different (e.g. "'liga' 1, 'zero' 1").- Open a new terminal and run a program that outputs some text. The appearance of the outputted characters should be affected by the feature settings mentioned above.
Below is a screenshot demonstrating how this bug occurs. The font used in the terminal is JetBrains Mono, and the number
0looks different (slashed) when font featurezerois set toon.![]()
Note that switching
zerooff and then on again makes the character0look as expected.
Definitely looks like something is wrong:

