-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in apiRelates to the API exported by the Dart-Code extension for use by other extensions.Relates to the API exported by the Dart-Code extension for use by other extensions.is enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Add an additional startDart method to the new public api that just returns the SpawnedProcess immediately after starting it (so not piping it to an OutputChannel and not waiting until it completes).
I was previously using safeToolSpawn directly and not going through runCommandInFolder.
For starting the Jaspr debug server, I need to run dart, but manage the process myself, including listening to live stdout, writing to stdin, and manage its lifespan (close event / killing it) because its a long running process. For these reasons I can't use the current
runDartapi. schultek/jaspr#482
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in apiRelates to the API exported by the Dart-Code extension for use by other extensions.Relates to the API exported by the Dart-Code extension for use by other extensions.is enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.