vunguyentuan/vscode-css-variables

[Bug] should only show css variables suggestion in style block for vue file

Opened this issue · 1 comments

vunguyentuan.vscode-css-variables@v2.6.5

This also happens in certain normal js files. Here I got the same behavior in a vue project in the vue router index.js
I tried importing a component, and got css vars. Does NOT happen in main.js for example. Not sure where the difference lies.

Also note, that reassigned vars only show the original var as value and not the acutal value -> another issue?

image