Add capability information to textDocument/colorPresentation (#2173)

This commit is contained in:
Maria José Solano 2025-08-06 23:16:48 -07:00 committed by GitHub
parent 0003fb53f1
commit 4cd4ff8113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,6 +196,8 @@
}
},
"messageDirection": "clientToServer",
"clientCapability": "textDocument.colorProvider",
"serverCapability": "colorProvider",
"params": {
"kind": "reference",
"name": "ColorPresentationParams"