cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Huge console output turns UI unresponsive. #53

Open matkoch opened 7 years ago

matkoch commented 7 years ago

I guess just a random project with verbosity set to Diagnostic will render enough output to make the task runner explorer unresponsive and unable to cancel the execution.

agc93 commented 7 years ago

I'll try a couple of tests with this, but I suspect the problem here his out of our control. When it comes to actually executing the tasks, we just tell Visual Studio what to do (provide a task definition of sorts), and the execution is carried out by VS itself. Once you actually begin to run a task, the extension is a bit out of the loop.

I'll run a couple of experiments and see if there's anything we can do from our end, but I suspect this is a factor of how Visual Studio implements the Task Runner Explorer.