Skip to content

Commit

Permalink
Register org.eclipse.lsp4j.ExecuteCommandParams for reflection
Browse files Browse the repository at this point in the history
Closes #1031

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 committed May 13, 2021
1 parent e8a2a45 commit aa42a10
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -996,6 +996,14 @@
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.ExecuteCommandParams",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.FileEvent",
"allDeclaredFields": true,
Expand Down

0 comments on commit aa42a10

Please sign in to comment.