-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add initial devcontainer configuration #9306
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
base: main
Are you sure you want to change the base?
Conversation
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
No issues found across 1 file
Added documentation for using development containers as an alternative environment setup method for PR #9306, including both VS Code Dev Containers and GitHub Codespaces options. Generated with Continue (https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev> Co-authored-by: nate <nate@continue.dev>
|
I've created PR #9307 with documentation updates for the devcontainer configuration added in this PR. The documentation adds information about using development containers (both VS Code Dev Containers and GitHub Codespaces) as an alternative environment setup method in CONTRIBUTING.md. |

Description
[ What changed? Feel free to be brief. ]
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Add an initial .devcontainer configuration to provide a consistent VS Code/Codespaces environment. Uses the universal image mcr.microsoft.com/devcontainers/universal:2 with no additional features yet.
Written for commit 86c322a. Summary will update automatically on new commits.