LSP textDocument/documentColor
requests not being sent since v1.78
#182534
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-color-picker
Editor color picker widget issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes (all extensions other than the reproduction extension)
Over at the Tailwind CSS IntelliSense repo we are seeing multiple reports of issues with colour decorators since the release of v1.78. Some are related to the new
defaultColorDecorators
setting which I think is a separate issue, but we are also seeing an issue where document colour requests are not being sent to the language server at all (defaultColorDecorators
isfalse
in this case).I was able to create a small reproduction based on the LSP extension sample. Please see below.
Steps to Reproduce:
When the same project is opened in v1.76.2, the
onDocumentColor
count is logged repeatedly when editing the document.The text was updated successfully, but these errors were encountered: