octref / polacode

📸 Polaroid for your code
https://marketplace.visualstudio.com/items?itemName=pnp.polacode
6.81k stars 184 forks source link

Font ligatures rendered when "editor.fontLigatures": false #44

Closed hectahertz closed 5 years ago

hectahertz commented 6 years ago

Current settings:

    "editor.fontLigatures": false,
    "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 14,

Fira Code from: https://github.com/tonsky/FiraCode

Editor view:

screen shot 2018-02-23 at 15 29 38

Polacode: code

Expected: Polacode only renders ligatures when "editor.fontLigatures": true

octref commented 6 years ago

Great find -- VS Code doesn't export font-ligature settings yet. However this can be worked around.

misterabd commented 5 years ago

Hello, what's the workaround?

wreckursive commented 1 year ago

@hectahertz which VSCode theme is this, btw? Thanks!