Replies: 2 comments 1 reply
-
That is probably caused by the semicolon. Missing it may cause the generated virtual file to be broken. There are many exist issues reporting this, so you can track them or report a new one. |
Beta Was this translation helpful? Give feedback.
-
This is absolutely due to the semicolon, of course! But why does this happen with VS Code's standard theme? Installing other themes won't have any troubles with that code structure. UPDATE: UPDATE 2: |
Beta Was this translation helpful? Give feedback.
-
Hi!
Does anybody know what I have to do to red rid of this weird code highlightning?
(See closing
</script>
tag, then CSS rules.)Things are correct, when there is a semicolon after
defineProps
:but the prettier configuration is set to
semi: false
.That rule seems to be contradicting with what Volar wants? Or is it a VS Code thingy?
Beta Was this translation helpful? Give feedback.
All reactions