vscode code highlight different colors for different types of comments "//" "/* */" code example
Example: vscode change comments color
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},