vscode去除斜体注释

在设置里面打开setting.json文件

在大括号后面追加下面的代码

// 去除斜体注释
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "Comment",
"scope": [
"comment",
"comment.block",
"comment.block.documentation",
"comment.line",
"comment.line.double-slash",
"punctuation.definition.comment",
],
"settings": {
"fontStyle": "",
//斜体 “fontStyle”: “italic”,
//斜体下划线 “fontStyle”: “italic underline”,
//斜体粗体下划线 “fontStyle”: “italic bold underline”,
}
},
]
},

本文作者:oaoa

本文链接:https://www.cnblogs.com/oaoa/p/17456179.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   喵喵队立大功  阅读(363)  评论(0编辑  收藏  举报
历史上的今天:
2021-06-04 图的深度广度优先遍历 | JS
评论
收藏
关注
推荐
深色
回顶
收起
点击右上角即可分享
微信分享提示