- On a Mac, go to VS Code
- Navigate to Preferences -> Settings
- Search Settings for ‘editor.tokenColorCustomizations’
- In-between two curly braces, type “comments”: #FF0000″
"editor.tokenColorCustomizations": {
"comments": "#FF0000"
}
I didn’t look for an extension, but I’m sure one exist. Since I’m starting out I want to build all the right muscles early on to get an idea of how things work.