hedinne.popping-and-locking-vscode
hedinne 。当我覆盖/*
>时,为什么不会更改块注释的初始editor.tokenColorCustomizations
的颜色? comment
?
答案 0 :(得分:9)
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "punctuation.definition.comment",
"settings": {
"foreground": "#33f"
}
}
]
}