Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Oct 11, 2024
1 parent 7958ae9 commit f31d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml-lsp-server/src/code_actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ let compute server (params : CodeActionParams.t) =
let open_related = Action_open_related.for_uri capabilities doc in
let* merlin_jumps =
match state.configuration.data.merlin_jump_code_actions with
| Some { enable = true } -> Action_jump.code_actions doc params capabilities
| Some { enable = true } | None -> Action_jump.code_actions doc params capabilities
| _ -> Fiber.return []
in
(match Document.syntax doc with
Expand Down

0 comments on commit f31d52d

Please sign in to comment.