Add DevContainer Support#151
Conversation
opajonk
commented
Jul 22, 2025
- added devcontainer.json
- bumped Bazel version from 7.4.0 to 7.5.0 (the one present in the container)
- added a small README note
- added devcontainer.json - bumped Bazel version from 7.4.0 to 7.5.0 (the one present in the container) - added a small README note
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: ✅ Passed Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
When I Create a Codespace it fails with: As we don't use git lfs, maybe just remove it for now? |
|
I am not sure what happens here. I have tried twice to create a codespace, which worked just fine. I had to disable a browser extension which blocks some content, but that was all. I found one bug related to bazel in codespaces, which will be fixed via eclipse-score/devcontainer#5. But this should not prevent the codespace from starting... |
|
eclipse-score/devcontainer#5 is merged. I tried codespaces again, and it starts. |
You get what you pay for ;-) |
AlexanderLanin
left a comment
There was a problem hiding this comment.
Now it works for me as well.
|
Next step might be adding "updateContentCommand" with ide_support |
Like so? #157 |
- added devcontainer.json - bumped Bazel version from 7.4.0 to 7.5.0 (the one present in the container) - added a small README note