在Ubuntu 18.04.1LTS 下的解决方案(亲测可用)
- 下载安装字体
$cd /usr/share/fonts/truetype/
$sudo git clone https://github.com/abertsch/Menlo-for-Powerline.git
- 刷新字体
$sudo fc-cache -f -v
- 回到 Vs Code的setting.json 中加入以下代码
"terminal.integrated.fontFamily": "Menlo for Powerline",
- 重启Vs Code