Joh*_*ell 6 themes visual-studio-code vscode-settings
hedinne.popping-and-locking-vscode
由hedinne./*
当我覆盖editor.tokenColorCustomizations
> 时,为什么块注释的初始颜色不会改变comment
?
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "punctuation.definition.comment",
"settings": {
"foreground": "#33f"
}
}
]
}
Run Code Online (Sandbox Code Playgroud)