gpt4 book ai didi

visual-studio-code - Visual Studio Code 1.17.2 覆盖字体样式

转载 作者:行者123 更新时间:2023-12-05 01:44:10 25 4
gpt4 key购买 nike

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

我已经按照描述的颜色完成了 here但无法从 Microsoft 找到任何有关样式的文档。

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

最佳答案

settings.json Ctrl+,

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

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

关于visual-studio-code - Visual Studio Code 1.17.2 覆盖字体样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47039213/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com