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