Skip to content

Commit

Permalink
Update lsp4j to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Jul 7, 2022
1 parent 5a158ae commit fadea92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.12.0</version>
<version>0.14.0</version>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ public void setConnectionId(String connectionId) {
}
}

/**
* Not yet in lsp4j, but already sent by the client
* See https://github.com/eclipse/lsp4j/issues/544
*/
@JsonNotification("$/setTrace")
void setTrace(SetTraceParams params);

class DidClasspathUpdateParams {

@NonNull
Expand Down

0 comments on commit fadea92

Please sign in to comment.