Scoped class font style #1653
Unanswered
antoniosarosi
asked this question in
Q&A
Replies: 1 comment
-
Yes it could be change, you can open a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Volar seems to underline classes applied with scoped style. Here's an example:
I usually set
"editor.lineHeight"
to a value that makes the line height big enough so that there's no overlapping, but I don't like having huge spaces between lines. If there are underlines, the line height has to be increased otherwise there's overlapping. Is it possible to change this settings? For example, italic instead of underline. I have tried this injsconfig.json
:This works, there's no underline, but it seems to disable intellisense inside template, there's a warning on the template tag:
TypeScript intellisense is disabled
. If I add"compilerOptions": { "jsx": "preserve" }
then there's intellisense again but also underlines.Beta Was this translation helpful? Give feedback.
All reactions