ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
28 stars 5 forks source link

Print error message from Generator in Notification #102

Open HansSchneebauer opened 4 weeks ago

HansSchneebauer commented 4 weeks ago

It would be good to see the error messages of a generator in the corresponding notification. In the screen capture below, I started the generator (here CubeMX), which opened a notification (see red rectangle). Since CubeMX was not installed on my machine it did not work. The notification 'Starting generator...' was shown there for a long time and no error message was visible. It would be good to see the error message (green rectangle) in the notification because when the Output window of the 'CMSIS Build Manager' is not open by chance, a user does not see an error. This request is also related to request #98.

image