Skip to content

Commit

Permalink
fix eclipse-lsp4j#370 add progress management
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Dufour <guillaume.duff@gmail.com>
  • Loading branch information
Dufgui committed Aug 20, 2020
1 parent 0d75144 commit 536388b
Show file tree
Hide file tree
Showing 78 changed files with 4,610 additions and 132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class MessageJsonHandler {

public static final JsonRpcMethod CANCEL_METHOD = JsonRpcMethod.notification("$/cancelRequest", CancelParams.class);

private final Gson gson;

private final Map<String, JsonRpcMethod> supportedMethods;
Expand Down
Loading

0 comments on commit 536388b

Please sign in to comment.