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

Add error notification in the IDE when generator start fails. #121

Open ReinhardKeil opened 1 week ago

ReinhardKeil commented 1 week ago

The Generator interface checks all projects that are in a solution (because they all share the same generator project - see csolution list generators*.csolution.yml` -v. However if there is an error in a cproject file that is not part of the current context set, there is no visible error notification. The user therefore believes the generator interface is broken.

Workaround is to open the Output window.

image