Answers for "vs code extention to change the colour of comment"

6

vscode change comments color

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

Code answers related to "vs code extention to change the colour of comment"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language