-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Add ligature support to terminal #120452
Add ligature support to terminal #120452
Conversation
Can't disable without reload right now due to xtermjs/xterm.js#3289
'force-color-profile', | ||
|
||
// Enable experimental font access for terminal ligatures | ||
`enable-features='FontAccess'` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this work ? I would expect appendSwitch to ignore this, it should instead be
app.commandLine.appendSwitch('enable-features', 'FontAccess');
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep it worked, can change it though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets keep it separate for consistency.
Closing in favor of #139537 |
Part of #34103
@deepak1556 see main/app
Todo: