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

Font ligatures do not work with accessibilitySupport #77935

Closed
armoha opened this issue Jul 25, 2019 · 0 comments
Closed

Font ligatures do not work with accessibilitySupport #77935

armoha opened this issue Jul 25, 2019 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@armoha
Copy link

armoha commented Jul 25, 2019

  • VSCode Version: 1.36.1
  • OS Version: Windows 10 Education x64 (Build 17763.615)

Steps to Reproduce:

  1. Install font with ligatures (e.g. Fira Code) and write settings.json as follows:
{
  "editor.fontFamily": "Fira Code",
  "editor.fontLigatures": true,
  "editor.accessibilitySupport": "on",
}
  1. Ligatures do not work when "editor.accessibilitySupport" is "on". Ligatures work when it is "off".

Does this issue occur when all extensions are disabled?: Yes

@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Aug 8, 2019
@alexdima alexdima added this to the August 2019 milestone Aug 8, 2019
@mjbvz mjbvz added the verified Verification succeeded label Aug 28, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants