Skip to content

Commit

Permalink
Fix range formatting in binary server
Browse files Browse the repository at this point in the history
Closes eclipse-lemminx#1035

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 committed May 17, 2021
1 parent 28c994d commit c13e5f1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,14 @@
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.DocumentRangeFormattingParams",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.DocumentSymbol",
"allDeclaredFields": true,
Expand Down

0 comments on commit c13e5f1

Please sign in to comment.