monaspace icon indicating copy to clipboard operation
monaspace copied to clipboard

No ligatures for multi argument pipeline operator in F#

Open boyedarat opened this issue 1 year ago • 0 comments

In F# when a single pipeline operator (1 argument) is used, the ligatures are applied: image However when a multi-pipeline operator is applied (2 arguments), the ligature does not work: image image Works again when more arguments are added to the pipeline operator (3 arguments): image

The above was tested in VS Code. I've used another font with ligatures (Fira Code) in VS Code. It does not have the above issues, works as expected.

boyedarat avatar Jun 03 '24 08:06 boyedarat