Formatting problems with Greek letters julia

Hello everyone!

Config: vscode; Win11-64bits; JuliaMono (Release v0.058)

I would like to know if anyone else has had to deal with a problem with Greek letters font formatting and how to solve it, if you know of any solution. When I invoke \alpha, for example, it appears very small and with a white (or blue?) outline in the formatting box. This makes the code unreadable and very confusing. To identify the letter, I have to use a large fontSize.

One possibility: there are some options in VSCode that determine how Unicode glyphs are highlighted (to allow people who prefer ASCII-only text to find and eliminate Unicode characters). Search settings for Unicode Highlight perhaps…

1 Like
2 Likes

That was exactly it. Thank you very much! In detail: the solution for the problem in Json format is:

“editor.unicodeHighlight.ambiguousCharacters”: false,

Another option is to open the settings (Ctrl + ,), search for Unicode Highlight and search for: “unicode Highlight: ambiguousCharacters”, and uncheck the option;