Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
Yes
- VS Code Version: 1.82.2
- OS Version: Windows 11 Pro build 22621
Steps to Reproduce:
- In settings, set
"editor.defaultColorDecorators"
totrue
- Add the following to a JavaScript file:
const blues = ['hsl(192, 87%, 49%)', 'hsl(192 87% 49%)', 'hsl(192.5, 87.5%, 49.5%)'];
- Note that the color decorator only appears on the first element. The other two elements are also valid CSS color syntax, yet don't register as colors by the ColorDecorator.