You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,6 +99,14 @@ async function traceLSPPerformance(javaExt: vscode.Extension<any>) {
98
99
return;
99
100
}
100
101
102
+
// See https://github.com/eclipse-lsp4j/lsp4j/commit/bf22871f4e669a2d7fd97ce046cb50903aa68120#diff-3b3e5d6517a47e0459195078645a0837aafa4d4520fe79b1cb1922a749074748
103
+
// lsp4j will wrap the error message as "Internal error."
104
+
// when it encounters an uncaught exception from jdt language server.
0 commit comments