Closed
Description
<img src="https://avatars.githubusercontent.com/u/2192312?v=3" align="left" width="96" height="96"hspace="10"> Issue by keertip
Originally opened as dart-lang/sdk#19569
A typical invocation of the vm to run command line apps from DartEditor would look like
dart --enable-checked-mode --debug:50677 --enable-vm-service:50678 --trace_service_pause_events --pause-isolates-on-start myapp.dart
and any other that the user may specify
DartEditor should be able to specify arguments to pass on to the vm when starting pub run from the editor.