最近尝试使用vscode 开发, 打开terminal 使用的系统中的zsh显示乱码。后来确定问题是zsh在 iterm2 中使用的是Meslo LG M Regular for Powerline, vscode 默认是monospace。 二者字体不匹配导致的。
显示乱码:
更改vscode terminal 字体步骤:
-
打开设置,搜索terminal font-family
-
编辑settings.json如下
Meslo LG M for Powerline,字体本身名称 Meslo LG M Regular for Powerline -
在打开terminal 显示就正常
注意:
- The terminal only supports monospace fonts. Be sure to restart VS Code if this is a newly installed font. 这个提示有些问题。容易让人误认为只支持monospace。其实是配置的字体写的有错误
- 假如如上操作还不行,可以尝试重新安装字体试试(可能有用)。
- 大部分乱码是字体格式导致,类似问题可以从这方面考虑下。