dartboard
dartboard copied to clipboard
Provide Pub console #117
Signed-off-by: Lakshminarayana Nekkanti [email protected]
Yeah, I tried this exact thing as well. The problem is that the ILaunch is done in a separate thread again which results in the pubSync
job being cancelled directly after its start and thus there will not be the Progress indicator in the Progress view. I have another solution locally that I have to clean up before I can push it.
Also this is technically not a Launch. Eclipse/buildship does this exact thing with a custom IOConsole but it seems to be a lot of implementation work going on in that.
Yeah, I tried this exact thing as well. The problem is that the ILaunch is done in a separate thread again which results in the
pubSync
job being cancelled directly after its start and thus there will not be the Progress indicator in the Progress view. I have another solution locally that I have to clean up before I can push it.
then it's okay :thumbsup: