VS code

 修改注释的颜色

CTRL + SHIFT +P 
搜索setting.json 选中,打开 
在其中输入 

"editor.tokenColorCustomizations": {
        "comments": "#0ad161" // 注释的颜色
      }

保存自动更新

 

posted @ 2021-08-11 17:23  大星星不见了  阅读(58)  评论(0编辑  收藏  举报