1 打开VsCode的设置进入settings.json
2 添加如下代码
json
"editor.tokenColorCustomizations": {
"comments": "#17e917"
},
"editor.tokenColorCustomizations": {
"comments": "#17e917"
},