itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐

Home Page:https://itgoyo.github.io/500Days-Of-Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VScode打开终端 iterm2乱码的解决

itgoyo opened this issue · comments

打开设置搜索font
Editor: Font Family
控制字体系列。
Meslo LG M for Powerline,Menlo, Monaco, 'Courier New', monospace
或者:
打开 VS Code 的 settings.json 文件,加入下面一行,

"terminal.integrated.fontFamily": "Meslo LG M for Powerline",