1 打开VsCode的设置进入settings.json

2 添加如下代码
json
"editor.tokenColorCustomizations": {
"comments": "#17e917"
},

3 保存即可生效
