itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
141 stars 14 forks source link

VScode打开终端 iterm2乱码的解决 #178

Open itgoyo opened 5 years ago

itgoyo commented 5 years ago

打开设置搜索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",