Answers for "comments are white in vscode"

4

vscode change comments color

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

comment color vscode

in setting.json (ctrl+,) add:

"editor.tokenColorCustomizations": {
    "[Atom One Dark]": {
        "comments": "#d4922f"
    }
},
Posted by: Guest on October-23-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language