You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocomplete suggestions are duplicated for variables used twice or more on a file.
How to reproduce
Create two CSS files
On the first file, declare a variable with any name
On the second file, use said variable
Still on the second file, type -- for listing the available variables
On the displayed list, you'll have two entries for the variable:
One which comes from VS Code itself. Since the variable was previously used in the file, the native CSS support recognizes it and adds it as a suggestion.
Another one which comes from the extension. It pulls the variable name directly from its definition in the first file.
Evidence
For the record: I'm not using SCSS or Sass, nesting is now available as a native feature of CSS itself
The text was updated successfully, but these errors were encountered:
This is not the same issue as #9
Autocomplete suggestions are duplicated for variables used twice or more on a file.
How to reproduce
--
for listing the available variablesOn the displayed list, you'll have two entries for the variable:
Evidence
For the record: I'm not using SCSS or Sass, nesting is now available as a native feature of CSS itself
The text was updated successfully, but these errors were encountered: