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

Add initial version of example generator #24

Closed planger closed 2 years ago

planger commented 2 years ago

What it does

Adds a new extension that can generate example projects into the current workspace. As an initial starting point, it adds a plain CMake project example with launch.json, the example project of clangd-contexts, and traces for TraceCompass.cloud.

The example generation is triggered via a command. In the arguments of this command you can optionally already pre-specify the example type.

This extension is extensible in the sense that you can add more examples by adding a new example folder and extending the command asking you which example to generate.

Also

Contributed on behalf of STMicroelectronics.

How to test