how to change the color of your comments in vscode code example
Example: vscode change comments color
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},