Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No ligatures for multi argument pipeline operator in F# #230

Open
boyedarat opened this issue Jun 3, 2024 · 0 comments
Open

No ligatures for multi argument pipeline operator in F# #230

boyedarat opened this issue Jun 3, 2024 · 0 comments
Milestone

Comments

@boyedarat
Copy link

boyedarat commented Jun 3, 2024

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.

@heathercran heathercran added this to the 1.2 milestone Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants