vunguyentuan/vscode-css-variables

Duplicate values in list

Closed this issue · 1 comments

Thanks for the simple but effective extension. I'm noticing that values may show up multiple times if they are declared multiple times. For example:

:root {
--my-var: blue;
}
.dark-mode {
--my-var: lightblue;
}

will cause my-var to show up twice.

image

Hi @literalpie, thanks for reporting this
I've just deployed a new major version that fixed this issue and more. No config files are needed!