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
Color decorator rendering is moved to the core, we deprecated old extensions settings [css/less/sass/json].colorDecorators.enable and use language-aware editor.colorDecorators. Please verify that ppl can still use[css/less/sass/json].colorDecorators.enable: false to disable this feature and the new setting can do so as well.
Color decorator will be changed only when users select one color in Color Picker, which happens when mouse up, instead of every mouse movement.
Mouse down then move in Color Picker body should not make changes to the document. A simple extension can verify
Test for #32295
Complexity: 2
[css/less/sass/json].colorDecorators.enable
and use language-awareeditor.colorDecorators
. Please verify that ppl can still use[css/less/sass/json].colorDecorators.enable: false
to disable this feature and the new setting can do so as well.The text was updated successfully, but these errors were encountered: