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
This issue keeps a track of all the conflicting behaviour between this extension and VSCode, which are unsolvable or hard to resolve.
Variable duplicates in the same file.
If in a single CSS source file, there are no duplicates, this extension will not show any duplicates. If somehow you do see duplicates, it's possible due to a conflict with VSCode's internal support for CSS variables.
Updating editor settings used to work, but during my recent development, it stopped working. Since VSCode v1.70 or v1.71 no matter what configuration I change, variables defined in the same CSS file always get shown in autocomplete list making them duplicates.
-- trigger does not open the autocomplete dropdown
This is not a bug. Pressing - will open the autocomplete list. If it doesn't, press ESC and press - again when writing a CSS declaration.
In cases where the autocomplete list was already opened due to VSCode or some other extensions, there are chances that CSS variable property names are getting filtered out and are not getting displayed.
You can find a detailed discussion regarding this here: microsoft/vscode-extension-samples#335 (comment)
The text was updated successfully, but these errors were encountered:
This issue keeps a track of all the conflicting behaviour between this extension and VSCode, which are unsolvable or hard to resolve.
Variable duplicates in the same file.
If in a single CSS source file, there are no duplicates, this extension will not show any duplicates. If somehow you do see duplicates, it's possible due to a conflict with VSCode's internal support for CSS variables.
Updating editor settings used to work, but during my recent development, it stopped working. Since VSCode v1.70 or v1.71 no matter what configuration I change, variables defined in the same CSS file always get shown in autocomplete list making them duplicates.
--
trigger does not open the autocomplete dropdownThis is not a bug. Pressing
-
will open the autocomplete list. If it doesn't, pressESC
and press-
again when writing a CSS declaration.In cases where the autocomplete list was already opened due to VSCode or some other extensions, there are chances that CSS variable property names are getting filtered out and are not getting displayed.
You can find a detailed discussion regarding this here: microsoft/vscode-extension-samples#335 (comment)
The text was updated successfully, but these errors were encountered: