Visual Studio Code 1.17.2覆盖字体样式

时间:2017-10-31 15:36:59

标签: visual-studio-code

有没有办法使用用户设置覆盖VSC的默认主题样式(例如斜体或粗体注释),而不是像这个建议here那样编辑文件?

我用here描述的颜色完成了它,但找不到Microsoft关于样式的任何文档。

在用户设置中设置样式可以覆盖您使用的任何主题(至少是默认主题),这样您就不必在每次更改主题时都编辑文件。

1 个答案:

答案 0 :(得分:2)

settings.json Ctrl +

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

https://code.visualstudio.com/docs/extensions/themes-snippets-colorizers#_textmate-theme-rules