How to disable "X references" tooltip for scoped styles? #1472
Answered
by
yaegassy
Trinovantes
asked this question in
Q&A
-
Is there a setting that I can set to disable the "X references" tooltip for I personally don't find them very helpful and often doesn't work as expected On line 88 and 94, it generates the tooltip for the sass builtin function On line 124, it fails to find reference to my |
Beta Was this translation helpful? Give feedback.
Answered by
yaegassy
Jun 17, 2022
Replies: 2 comments 2 replies
-
Turn this setting off and try. To change settings using settings.json: {
"volar.codeLens.references": false,
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Trinovantes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turn this setting off and try.
To change settings using
settings.json
, setvolar.codeLens.references
tofalse
.settings.json: