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.
Thanks!