You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Terminal included version (TTF (variable))
Platform
Windows 10 19043.985
Other Software
Windows Terminal 1.9.1445.0
IntelliJ IDEA 2019.1.4
What happened?
After the latest update of Windows Terminal Preview (to version 1.9.1445.0), I've noticed that the Cascadia Code v2102.025 font shipped with it (which I set as my main IDE editor font) is now showing unexpected characters when viewing my files:
Cascadia Code:
vs. Consolas:
Code shown in above screenshots:
# source venv/bin/activate
# cd misc
# clear && python test_normalize_all--performance.py
#
import os
os.environ['IS_ENV_TEST'] = 'True'
import sys
sys.path.append('../')
from server.tool.performance.normalize import normalize_file
The text was updated successfully, but these errors were encountered:
I suspect that this is due to postscript naming issues that will be solved by the #482 / #466 PR updates as Jet Brains has a particular way of enumerating fonts.
Cascadia family version
2102.025
Cascadia family variant(s)
Cascadia Code (the version with ligatures)
Font file format(s)
Windows Terminal included version (TTF (variable))
Platform
Windows 10 19043.985
Other Software
Windows Terminal 1.9.1445.0
IntelliJ IDEA 2019.1.4
What happened?
After the latest update of Windows Terminal Preview (to version 1.9.1445.0), I've noticed that the Cascadia Code v2102.025 font shipped with it (which I set as my main IDE editor font) is now showing unexpected characters when viewing my files:
Cascadia Code:
vs. Consolas:
Code shown in above screenshots:
The text was updated successfully, but these errors were encountered: