added debug output, trying to find out why certain tests fail on the CI server

This commit is contained in:
Martin Lippert
2019-05-08 15:41:46 +02:00
parent 9f65ebad5a
commit 2495e985c9

View File

@@ -224,6 +224,9 @@ public class LanguageServerHarness {
}
private void receiveHighlights(HighlightParams highlights) {
System.out.println("receive highlights !!! " + highlights.getCodeLenses().size());
Collection<CompletableFuture<HighlightParams>>requestors = ImmutableList.of();
synchronized (this) {
String uri = highlights.getDoc().getUri();