Closed nisarg-ujjainkar closed 3 years ago
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
/needsMoreInfo
Is it in editor or it terminal?
Please provide values of editor.fontFamily
and terminal.integrated.fontFamily
?
How was Cascadia Code installed (manually or with Windows Terminal, do you have WT installed)? It doesn't have "separate" italic font, it's merged with regular if both installed.
Also note that Cascadia Code in latest release has separate display features for italics and cursive.
editor.fontFamily : "Cascadia Code" terminal.integrated.fontFamily: "Meslo LGS NF"
However, I am only concerned with the editor font. I have the latest version of Cascadia Code that came with WT. Earlier I had manually 2105.24, which showed the cursive letters for the italic variant. I have removed this version, and I can see that the WT version does not have cursive letters.
I thought that this is a VS Code issue and opened the issue. I am closing it now.
Although it would be good to know how to switch to the cursive version.
If you have latest Cascadia Code version (personally I use Cascadia Code PL installed manually to avoid conflicts with WT) you can use Font features https://github.com/microsoft/cascadia-code#font-features to control display of font.
I guess that you want to enable cursive from (instead of more "toned-down" italics) and in this case "editor.fontLigatures": "'calt', 'ss01'"
should help
Ok, Thanks.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Comment: Earlier, VS Code was displaying the italic font correctly. Either it's a bug in the VS Code itself or maybe it's a windows 11 thing.