madskristensen / CssTools

A Visual Studio extension
Other
21 stars 5 forks source link

Color Adornments Broken After Updating VS2019 to v16.10.0 #24

Open jopuckman opened 3 years ago

jopuckman commented 3 years ago

Installed product versions

Description

Color adornments no longer work. This feature worked prior to v16.10.0 of Visual Studio 2019.

Steps to recreate

  1. Create a new stylesheet.
  2. Add a style with a HEX color attribute.
  3. The color adornment (the color square to the left of the HEX value) does not display. Note that other features like image preview and Hex darken/lighten do still work.

Current behavior

Color adornments do not display next to the color value.

Expected behavior

Adornments should display in the same color as the color value.

lukasz-pekala commented 3 years ago

I can confirm that color adornments don't work after the update to v16.10.0 also on VS Professional Edition

Bonejob commented 3 years ago

I would like to add that in my case if I cut/delete and the undo the adornment block will appear until page refresh.

MikeVirtual commented 3 years ago

Can confirm same experience as @Bonejob reports now on 16.10.3

leon42 commented 3 years ago

This is still broken in VS 2019 v16.11.2

stamminator commented 2 years ago

v16.11.7, still broken... 🙄

RemVas commented 2 years ago

As a momentary workaround, I use to toggle outlining of CSS rules (collapse & expand), or toggle an entire section of / #region / ... / #endregion /, in order to make the color adornments temporary visible. Otherwise, the color adornments are indeed broken on v16.11.7.