change comment color on highlight in visual studio code code example
Example: vscode change comments color
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},