Skip to content

Commit

Permalink
Merge 4a787ea into e81d16a
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed May 25, 2023
2 parents e81d16a + 4a787ea commit 65704d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ocaml-lsp-server/src/ocaml_lsp_server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -700,9 +700,7 @@ let on_notification server (notification : Client_notification.t) :
in
let+ () = set_diagnostics state.detached (State.diagnostics state) doc in
state
| CancelRequest _ ->
Log.log ~section:"debug" (fun () -> Log.msg "ignoring cancellation" []);
Fiber.return state
| CancelRequest _ -> Fiber.return state
| ChangeConfiguration req ->
(* TODO this is wrong and we should just fetch the config from the client
after receiving this notification *)
Expand Down

0 comments on commit 65704d5

Please sign in to comment.