I want to disable multicolored JSDoc comments in Visual Studio Code.
Currently, the JSDoc comments look like this (@param
, etc. is colored something other than the default comment color):
I want the entire comment to be the same default grey color. I tried disabling all extensions and custom user settings, but that didn't affect the JSDoc highlighting. Does anyone know what settings I need to change to fix this? I thought either workbench.colorCustomizations
or editor.tokenColorCustomizations
would have the setting I want to change, but I haven't been able to find it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…