microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.39k stars 803 forks source link

Documentation Issue - Inaccurate stylistic set setup example #536

Closed 0x4ab closed 3 years ago

0x4ab commented 3 years ago

In the README.md in this section there is an example on how to set-up stylistic variants in VS Code - i.e.

"editor.fontLigatures": true,
"editor.fontLigatures": "'ss01'",

This is a bit confusing as you cannot have both lines in the VS Code configuration. There can be only a single line with one of these values:

Could you make it clearer?

Thank you!

aaronbell commented 3 years ago

Oh! For some reason I thought it had worked for me like that. I’ll change it. Thanks.