-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I have Colorful Comments installed in VS Code; however, there was no effect on how comments and other HTML code are displayed - the colors didnt change. My guess is that I have to configure the extension; however, I don't understand the configuration instructions.
Could someone point me to more explicit, detailed instructions or tell me how to do it?
I clicked the Setting "gear" in VS Code then chose Settings in the menu and entered "Colorful Comments" in the panel that appears. In the window that appears "Colorful-Comments: Tags" with a link to "Edit in Settings.json" Clicking that link causes the settings.json window in VS Code to open and display what I take to be options settings:
{
"editor.tabSize": 2,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.scrollbar.verticalScrollbarSize": 12,
"editor.formatOnType": true,
"markdown.preview.fontSize": 12,
"javascript.inlayHints.functionLikeRetur . . .
Am I supposed to copy and paste the "colorfor-comments: tags" into the settings.json file?