ocamllabs / vscode-ocaml-platform

Visual Studio Code extension for OCaml
ISC License
341 stars 75 forks source link

Support running executables from the UI #724

Open tmattio opened 3 years ago

tmattio commented 3 years ago

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.

rgrinberg commented 3 years ago

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