CTRL + SHIFT +P 搜索setting.json 选中,打开 在其中输入
"editor.tokenColorCustomizations": { "comments": "#0ad161" // 注释的颜色 }
保存自动更新
VS code
原文:https://www.cnblogs.com/dxxbjl/p/15129273.html