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