diff --git a/ocaml-lsp-server/src/code_actions/action_destruct.ml b/ocaml-lsp-server/src/code_actions/action_destruct.ml index 57df523cf..2c99b1947 100644 --- a/ocaml-lsp-server/src/code_actions/action_destruct.ml +++ b/ocaml-lsp-server/src/code_actions/action_destruct.ml @@ -17,7 +17,7 @@ let code_action_of_case_analysis doc uri (loc, newText) = in let title = String.capitalize_ascii action_kind in let command = - Command.create ~title:"Jump to First Hole" ~command:"ocaml.next-hole" + Command.create ~title:"Jump to Next Hole" ~command:"ocaml.next-hole" ~arguments:[ `Assoc [ ("position", Position.yojson_of_t range.start) ] ] () in