-
Notifications
You must be signed in to change notification settings - Fork 19
Add DevContainer Support #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it works for me as well.
|
Next step might be adding "updateContentCommand" with ide_support |
Like so? #157 |