vscode定制注释为斜体样式

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "comment",
      "settings": {
        "fontStyle": "italic"
      }
    }
  ]
}

 

posted @ 2022-04-14 17:13  lishidefengchen  阅读(632)  评论(0编辑  收藏  举报