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 c2c1cee commit da6d3f5Copy full SHA for da6d3f5
src/command_api.ml
@@ -154,6 +154,7 @@ module Internal = struct
154
let init_opam = unit_handle "init-opam"
155
let install_ocaml_dev = unit_handle "install-ocaml-dev"
156
let open_utop = unit_handle "open-utop"
157
+ let install_dune = unit_handle "install-dune"
158
end
159
160
module Vscode = struct
src/command_api.mli
@@ -55,6 +55,7 @@ module Internal : sig
55
val init_opam : (unit, unit) handle
56
val install_ocaml_dev : (unit, unit) handle
57
val open_utop : (unit, unit) handle
58
+ val install_dune : (unit, unit) handle
59
60
61
module Vscode : sig
0 commit comments