vscode-ocaml-platform icon indicating copy to clipboard operation
vscode-ocaml-platform copied to clipboard

Support running executables from the UI

Open tmattio opened this issue 4 years ago • 1 comments

1 - Have an action on top of executable stanzas in dune files 2 - Have a run button on top of a module that is part of an executable

This probably needs Dune RPC to know if the current module is part of an executable or library.

tmattio avatar Oct 05 '21 14:10 tmattio

To clarify, "action" in this issue refers to a build task rather than a code action.

rgrinberg avatar Oct 05 '21 17:10 rgrinberg