Answers for "is there a way to change comment colors in vscod"

6

vscode change comments color

"editor.tokenColorCustomizations": {
    "comments": "#d4922f"
},
Posted by: Guest on December-14-2020

Code answers related to "is there a way to change comment colors in vscod"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language