您现在的位置是:主页 > news > 网页和网站/长春网站优化
网页和网站/长春网站优化
admin2025/5/22 15:54:13【news】
简介网页和网站,长春网站优化,南京网站制作设计公司,文章页模板wordpress配置vscode终端字体,vscode终端字体Linux下配置vscode终端字体:在Ubuntu 18.04.1LTS 下的解决方案(亲测可用),其他版本linux做参考。下载安装字体$cd /usr/share/fonts/truetype/$sudo git clone https://github.com/abertsch/Menlo-for-Powe…
配置vscode终端字体,vscode终端字体
Linux下配置vscode终端字体:
在Ubuntu 18.04.1LTS 下的解决方案(亲测可用),其他版本linux做参考。
下载安装字体
$cd /usr/share/fonts/truetype/
$sudo git clone https://github.com/abertsch/Menlo-for-Powerline.git
刷新字体
$sudo fc-cache -f -v
回到 Vs Code的用户设置.json 中加入以下代码
"terminal.integrated.fontFamily": "Menlo for Powerline",
效果:
Mac下配置vscode终端字体:
在Mac 10.13.6下的解决方案(亲测可用),其他版本做参考。
下载安装字体
$cd /Library/Fonts
$sudo git clone https://github.com/abertsch/Menlo-for-Powerline.git
在vscode中设置字体:
"terminal.integrated.fontFamily": "Menlo for Powerline"
效果:
https://medium.com/@wifferlin0505/%E5%9C%A8-visual-studio-code-terminal-%E4%B8%AD%E4%BD%BF%E7%94%A8-oh-my-zsh -799cb106df75
相关文章暂无相关文章