From 07cc29689097d82e9db210a117433161a1fae0a8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 17 Jun 2021 10:13:21 -0400 Subject: [PATCH] Fix Go To References in binary Closes redhat-develoepr/vscode-xml#513 Signed-off-by: David Thompson --- .../resources/META-INF/native-image/reflect-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org.eclipse.lemminx/src/main/resources/META-INF/native-image/reflect-config.json b/org.eclipse.lemminx/src/main/resources/META-INF/native-image/reflect-config.json index f709e9a4d..717f7b4ff 100644 --- a/org.eclipse.lemminx/src/main/resources/META-INF/native-image/reflect-config.json +++ b/org.eclipse.lemminx/src/main/resources/META-INF/native-image/reflect-config.json @@ -1330,6 +1330,14 @@ "parameterTypes": [] }] }, + { + "name": "org.eclipse.lsp4j.ReferenceContext", + "allDeclaredFields": true, + "methods": [{ + "name": "", + "parameterTypes": [] + }] + }, { "name": "org.eclipse.lsp4j.ReferenceParams", "allDeclaredFields": true,