eclipse-cdt-cloud / cdt-cloud-blueprint

CDT Cloud Blueprint is a template for building custom web-based C/C++ tools. It is made up of existing open source components and can be easily downloaded and installed on all major operating system platforms.
MIT License
22 stars 11 forks source link

Generating an example project silently fails when no workspace is open #48

Open sdirix opened 1 year ago

sdirix commented 1 year ago

When no workspace is open the example project generation silently fails without an indication of what went wrong. We should clearly indicate to the user why we can't generate the example project and what they need to do to get it working.

This issue was discussed in this discussion.