We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54a6e3 commit cf54ef3Copy full SHA for cf54ef3
src/extension_commands.ml
@@ -400,7 +400,7 @@ let _open_utop =
400
Extension_instance.sandbox instance |> Terminal_sandbox.create
401
in
402
let _ = Terminal_sandbox.show ~preserveFocus:true terminal in
403
- Terminal_sandbox.send terminal "utop"
+ Terminal_sandbox.send terminal "opam exec -- utop"
404
405
Ok () |> Promise.return
406
0 commit comments