Answers for "can you change the color of your comments in visual studio code"

6

vscode change comments color

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

Code answers related to "can you change the color of your comments in visual studio code"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language