mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Add capability information to textDocument/colorPresentation (#2173)
This commit is contained in:
parent
0003fb53f1
commit
4cd4ff8113
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@
|
|||
}
|
||||
},
|
||||
"messageDirection": "clientToServer",
|
||||
"clientCapability": "textDocument.colorProvider",
|
||||
"serverCapability": "colorProvider",
|
||||
"params": {
|
||||
"kind": "reference",
|
||||
"name": "ColorPresentationParams"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue