You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theclangd-contexts
example failed with apermission denied
for me. It was an easy fix usingchmod +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.The text was updated successfully, but these errors were encountered: