Closed sbreakey closed 1 year ago
Hi @sbreakey,
Thank you for reporting this. Since this extension contains a plugin of JDT.LS, usually such error will happen when the definition of the target platform does not match the definition used by JDT.LS: https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target.
I updated the out-of-date entries in #352. Things should work after that :)
That fixed it! Thanks for the quick turnaround!
Following the steps listed in the contributing readme doc, I get an error when I run:
The error is:
Googling for the error I noticed you seem to have fixed this here: https://github.com/microsoft/vscode-java-test/pull/1507
I tried to apply that fix, but am a true beginner so didn't get very far.