DuchSuvaa
DuchSuvaa

Reputation: 676

What are the "references" between lines of code in css in VSCode?

Does anybody have idea what is this?

These references appear in only one file in ony of my projects (in a Vue3 component). I'm curious what is that and where does it come from? How do I turn it off?

Upvotes: 7

Views: 1669

Answers (1)

DuchSuvaa
DuchSuvaa

Reputation: 676

You were all right. It is Code Lens, and it appears only if the styles in the component are scoped.

Add "vue.codeLens.enabled": false to your VSCode settings to disable.

Upvotes: 9

Related Questions