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 workspace #12

Closed planger closed 2 years ago

planger commented 2 years ago

An example workspace should help users to conventiently try out CDT.cloud blueprint. On the long run it should allow to try all components of CDT.cloud, however, let's start with something simpler and incrementally extend over time.

We may want to start out with the example workspace of clangd-context. The steps for instantiating this example project should at least be described on the welcome page, or a dedicated command that creates such a project in the current workspace.

sdirix commented 2 years ago

TraceCompass example traces can be found in the Trace Visualization Labs

planger commented 2 years ago

Fyi, I started creating a command that creates the example project of clangd-context.