It seems that the addition of the semantic highlighting is overriding theme preferences. In the attached example, you can see that parameters and function names are given color, when previously they were not (something I preferred). Is here a way to disable this feature? This extension was not set as my primary theme.


Closing, found the setting to be per theme. Once the theme maker opts-in to allowing semantic highlighting, users can disable it in settings.json. Sorry, I was not able to immediately find this information.
"editor.semanticTokenColorCustomizations": {
"[One Dark Pro]": {
"enabled": false
}
}
Thanks for following up @timothyscottsmith, and no need to apologise. This information may help other users
Most helpful comment
Closing, found the setting to be per theme. Once the theme maker opts-in to allowing semantic highlighting, users can disable it in settings.json. Sorry, I was not able to immediately find this information.
"editor.semanticTokenColorCustomizations": { "[One Dark Pro]": { "enabled": false } }