其他分享
首页 > 其他分享> > vscode terminal配置 Meslo LG M Regular for Powerline 字体

vscode terminal配置 Meslo LG M Regular for Powerline 字体

作者:互联网

最近尝试使用vscode 开发, 打开terminal 使用的系统中的zsh显示乱码。后来确定问题是zsh在 iterm2 中使用的是Meslo LG M Regular for Powerline, vscode 默认是monospace。 二者字体不匹配导致的。

显示乱码:
在这里插入图片描述

更改vscode terminal 字体步骤:

  1. 打开设置,搜索terminal font-family
    在这里插入图片描述

  2. 编辑settings.json如下
    在这里插入图片描述
    Meslo LG M for Powerline,字体本身名称 Meslo LG M Regular for Powerline

  3. 在打开terminal 显示就正常
    在这里插入图片描述

注意:

  1. The terminal only supports monospace fonts. Be sure to restart VS Code if this is a newly installed font. 这个提示有些问题。容易让人误认为只支持monospace。其实是配置的字体写的有错误
  2. 假如如上操作还不行,可以尝试重新安装字体试试(可能有用)。
  3. 大部分乱码是字体格式导致,类似问题可以从这方面考虑下。

标签:LG,vscode,terminal,Regular,字体,Meslo,Powerline
来源: https://blog.csdn.net/hu_feng903/article/details/113784393