Skip to content

Commit

Permalink
Fix textDocument/colorPresentation in binary
Browse files Browse the repository at this point in the history
Fixes #1436

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 authored and angelozerr committed Jan 5, 2023
1 parent 771ce44 commit 2d5ebad
Showing 1 changed file with 24 additions and 0 deletions.
Expand Up @@ -625,6 +625,30 @@
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.Color",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.ColorPresentation",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.ColorPresentationParams",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.ColorProviderCapabilities",
"allDeclaredFields": true,
Expand Down

0 comments on commit 2d5ebad

Please sign in to comment.