vscode-ocaml-platform
vscode-ocaml-platform copied to clipboard
Support running executables from the UI
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.
To clarify, "action" in this issue refers to a build task rather than a code action.