Skip to content

Commit cf54ef3

Browse files
PizieDustpitag-ha
andcommitted
Update src/extension_commands.ml
Co-authored-by: Sonja Heinze <[email protected]>
1 parent a54a6e3 commit cf54ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension_commands.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ let _open_utop =
400400
Extension_instance.sandbox instance |> Terminal_sandbox.create
401401
in
402402
let _ = Terminal_sandbox.show ~preserveFocus:true terminal in
403-
Terminal_sandbox.send terminal "utop"
403+
Terminal_sandbox.send terminal "opam exec -- utop"
404404
in
405405
Ok () |> Promise.return
406406
in

0 commit comments

Comments
 (0)