Ticket Created
over 3 years ago

WERETECH - 10103

VSCODE : Feature request : Viewing build output from Export

In Eclipse, when you compile for release, warnings and progress are output to the console so as to allow developers to see any errors that might have occurred.

In VsCode, when you select "Monkey C : Export Project", the compile occurs in a background process and any errors, warnings, mishaps or other notifications are simply lost.

Please can VSCode either store the compile output in a file (so that we can review it afterwards [THIS WOULD BE REALLY COOL]) or can it display the output in a console window (one that DOESN'T take keyboard focus - cf my other request today) so that we can see how the build went.