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
26 stars 11 forks source link

Improve build README and fix minor issues #76

Closed sgraband closed 11 months ago

sgraband commented 11 months ago

What it does

Move Dockerfile for windows support

Rename Dockerfile to Dockerfile.dev. Move dockerfile/Dockerfile to Dockerfile. Update documentation with new docker build command. Update devcontainer to use Dockerfile.dev.

Add issue template for Theia CR updates

Update README to improve build documentation

Improve build documentation. Fix devcontainer. Remove unneccessary builds from yarn scripts.

Contributed on behalf of STMicroelectronics

Fixes #71 & #66.

sgraband commented 11 months ago

Will split this in three seperate PRs.