Skip to content

Commit

Permalink
Add reflection config for CodeLens and References
Browse files Browse the repository at this point in the history
Fixes #1046, Fixes #1047

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 authored and angelozerr committed Jun 4, 2021
1 parent 4d1b436 commit bdfda9b
Showing 1 changed file with 17 additions and 1 deletion.
Expand Up @@ -484,6 +484,14 @@
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.CodeLens",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.CodeLensCapabilities",
"allDeclaredFields": true,
Expand Down Expand Up @@ -1322,6 +1330,14 @@
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.ReferenceParams",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lsp4j.RegularExpressionsCapabilities",
"allDeclaredFields": true,
Expand Down Expand Up @@ -1878,4 +1894,4 @@
"parameterTypes": ["java.lang.Class"]
}]
}
]
]

0 comments on commit bdfda9b

Please sign in to comment.