VS code
时间:2021-08-11 19:07:38
收藏:0
阅读:21
修改注释的颜色
CTRL + SHIFT +P
搜索setting.json 选中,打开
在其中输入
"editor.tokenColorCustomizations": {
"comments": "#0ad161" // 注释的颜色
}
保存自动更新
原文:https://www.cnblogs.com/dxxbjl/p/15129273.html
评论(0)