Deprecated: imwpcache\f884414bce24ee67f\f73723ec7b1919fa5::__construct(): Implicitly marking parameter $YECBGYFECGEAFWHA as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/www.chuangxiangniao.com/wp-content/plugins/imwpcache-dist/build/f884414bce24ee67ff73723ec7b1919fa5.php on line 2

Deprecated: imwpcache\f884414bce24ee67f\f73723ec7b1919fa5::__construct(): Implicitly marking parameter $BBWFDDBHHYHDXXAB as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/www.chuangxiangniao.com/wp-content/plugins/imwpcache-dist/build/f884414bce24ee67ff73723ec7b1919fa5.php on line 2
vscode怎么更换字体_创想鸟

vscode怎么更换字体

vscode怎么更换字体

首先,打开设置页面,搜索font,如图:

84270e46c242ddacaad97e9ddbbd07a.png

设置中的下面几个属性与字体有关:

// 控制字体系列。  "editor.fontFamily": "Consolas, 'Courier New', monospace",  // 启用字体连字  "editor.fontLigatures": false,  // 以像素为单位控制字号。  "editor.fontSize": 14,  // 控制字体粗细。  "editor.fontWeight": "normal",

(推荐教程:vscode教程)

然后,在右侧的用户设置中添加对应设置(记得在添加之前先加个逗号分隔)。如下所示:

"editor.fontFamily": "Fira Code",//后边的引号中写上要设置的字体类型,个人比较喜欢Fira Code"editor.fontLigatures": true,//这个控制是否启用字体连字,true启用,false不启用,这里选择启用  "editor.fontSize": 14,//设置字体大小,这个不多说都明白"editor.fontWeight": "normal",//这个设置字体粗细,可选normal,bold,"100"~"900"等,选择合适的就行

然后保存,字体就应用成功了。

更多编程相关内容,请关注创想鸟编程入门栏目!

以上就是vscode怎么更换字体的详细内容,更多请关注创想鸟其它相关文章!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 chuangxiangniao@163.com 举报,一经查实,本站将立刻删除。
发布者:程序猿,转转请注明出处:https://www.chuangxiangniao.com/p/67585.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
如何处理需求冲突
上一篇 2025年11月12日 13:18:09
如何对接用户需求与产品开发
下一篇 2025年11月12日 13:18:28

相关推荐

发表回复

登录后才能评论
关注微信