-
Hello, i am beginner web-dev, not much experience with all the thousands of config files for front/back end stacks... I have problem with Vscode - when i edit code in SFC vue file, editor highlights lines and side-bar with underlining in various colors. E.g. when cursor is positioned on When cursor is positioned inside Is it possible to disable behavior? None of the Volar extension settigs seem to relate to this problem with mu current understanding. thanks for clarification/tips. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Funnily shortly after posting the question, I finally managed to google up the proper problem description that lead me to solution... "editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true, When i modified both settings to |
Beta Was this translation helpful? Give feedback.
Funnily shortly after posting the question, I finally managed to google up the proper problem description that lead me to solution...
This is not a problem of Volar/Vetur, but some recent update or configuration settings of some tool that added/modified these settings in my
settings.json
file of Vscode:When i modified both settings to
false
, like if beautiful again! :)