One day, the color """ """ string when comment color somehow got turned to dark green. While the string color remain light orange. I had try to change comments' color in settings, but it only effect the # comment.
"editor.fontLigatures": false,
"workbench.colorTheme": "Default Dark+",
"editor.tokenColorCustomizations":{
"comments":"#a1b876",
}
how do I change the color of """ """ string when comment to custom color or at least normal string color?