I am testing whether it's working or not by following the instructions here.
I do not see a "semantic token type" section in the inspector popup.
Furthermore, if I change the color of a very obvious token type ("variable"
) to something unmistakable like "red", I do not see any color changes being applied.
I have enabled semantic highlighting both globally, and for the particular theme I am using:
"editor.semanticHighlighting.enabled": true,
"editor.semanticTokenColorCustomizations": {
"[Darcula Solid]": {
"enabled": true,
"rules": {
"variable": "#ff0000"
}
}
},
What else can I try?