-
Notifications
You must be signed in to change notification settings - Fork 188
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 readme #481
Conversation
2feb117
to
7e497ba
Compare
d7cf3f1
to
9b39c35
Compare
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.
This already looks really polished! I walked through the non-VS Code parts and only have one comment. Looking forward to see the documentation on how to run the tests.
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.
Left some minor comments, but generally LGTM. I would suggest adding a few more links to show people how they could customize devcontainers if they want to add specific features to help their development (e.g. installing their favorite non-VSCode text editor or other productivity tools for navigating files etc inside the container).
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.
Nice job. I have a few suggestions, but approve once others think it's ready to go.
Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: Vyas Ramasubramani <[email protected]> Co-authored-by: Allard Hendriksen <[email protected]>
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.
LGTM
Co-authored-by: Christopher Harris <[email protected]>
Description
As a precursor to adding a full-fledged contributor guide, this PR adds documentation about how to use our development containers.
It provides detailed instructions on both using the containers with vscode as well as using the docker images manually.
I updated the
launch.sh
script to add a--docker
flag to simplify launching the docker container.Checklist