You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried restarting VS Code or running Vetur: Restart VLS
Info
Platform:
Vetur version:v0.31.3
VS Code version:1.49
Problem
I setup my semantic highlight like this:
"editor.semanticHighlighting.enabled": true,
// Overrides editor semantic token color and styles from the currently selected color theme.
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"parameter": {
"foreground": "#BC8AFF"
},
}
},
for the purple paramter highlight. Both js and ts file accept the setting and show as expect:
But the vue file dosen't take it. With inspection no semantic token type is detected:
Reinstall Vetur extension cannot fix this problem, I've tried several time. Any ideas?
The text was updated successfully, but these errors were encountered:
Vetur: Restart VLS
Info
Problem
I setup my semantic highlight like this:
for the purple paramter highlight. Both js and ts file accept the setting and show as expect:


But the vue file dosen't take it. With inspection no semantic token type is detected:

Reinstall Vetur extension cannot fix this problem, I've tried several time. Any ideas?
The text was updated successfully, but these errors were encountered: