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

[Examples] Make sure that clangd-contexts build script has sufficient permissions #74

Open sgraband opened 7 months ago

sgraband commented 7 months ago

Feature Description:

I just noticed that on my local machine in the electron variant (packaged or built from sources) the generated build.sh script from the clangd-contexts example failed with a permission denied for me. It was an easy fix using chmod +x ./build.sh, but we should either document this or even better, make sure that the file has the correct permissions after we copied it.