简体   繁体   中英

VS code operator mono light does not seem to support ligatures

After along wait I got the operator mono font, this is the setting I have in my settings file in VS code.

{
    "editor.fontFamily": "Operator Mono Light",
    "editor.fontSize": 14,
    "editor.fontLigatures": true,
}

However ligatures does not seem to work, do I need to set an additional setting.

I created a project that will add custom ligatures directly to the Operator Mono font. It even includes italic ligatures.

https://github.com/kiliman/operator-mono-lig

Operator mono does not have coding ligatures. Try Fira Code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM