What is your font setting for VS Code? I use macOS and I have the following setting:
But the \in
symbol is displayed as non-monospace size:
I also use Cascadia Mono on iTerm2 but it shows well:
How do you set monospace fonts for VS Code?
What is your font setting for VS Code? I use macOS and I have the following setting:
But the \in
symbol is displayed as non-monospace size:
I also use Cascadia Mono on iTerm2 but it shows well:
How do you set monospace fonts for VS Code?
The ∈
symbol isn’t defined in Cascadia Mono so iTerm must be getting the glyph from a different font. Try adding whichever font that is in VS Code?
iTerm2 seems to do something special for displaying fonts.
Most likely it won’t solve your problems, but you can try JuliaMono.
https://juliamono.netlify.app
I installed and tried JuliaMono on VS Code, but the symbols are still displayed as non-monospace size.
if you share some screenshots of your settings and editor, I might be able to help