Skip to content

Commit

Permalink
don't clear old messages
Browse files Browse the repository at this point in the history
  • Loading branch information
linghuiluo committed May 25, 2020
1 parent 477be4d commit 1f499f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/magpiebridge/intellij/client/LanguageClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ public void showDiagnostics(VirtualFile vf){
List<Diagnostic> diagnostics = publishedDiagnostics.get(vf);

UUID uuid = UUID.randomUUID();
pv.clearOldMessages(null, uuid);
diagnostics.forEach((diag) -> {
Range rng = diag.getRange();
Position start = rng.getStart();
Expand Down

0 comments on commit 1f499f9

Please sign in to comment.