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 has appeared before in #63062 and #68269.
When defining variables, color squares appear for all variables sources (hex, RGB, RGBA, string).
When using color completion, only hex gets color squares in the autocomplete option.
The text was updated successfully, but these errors were encountered:
This function only adds the preview color for elements that have rgb, hsl, or hex codes. It ignores all other values. I am pushing a potential fix that adds an extra condition when the Completion Item Kind is color and the color cannot be extracted using Regex. This would handle cases such as the internal color issue because the CSS Extension can easily determine if the color is an internal color but the main code cannot.
This issue has appeared before in #63062 and #68269.
When defining variables, color squares appear for all variables sources (hex, RGB, RGBA, string).
When using color completion, only hex gets color squares in the autocomplete option.
The text was updated successfully, but these errors were encountered: