Question 033
### How can you customize the environment that is run in GitHub Codespaces?
> https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers
1. [x] By creating a `.devcontainer/devcontainer.json` configuration file
1. [ ] By creating a custom Dockerfile in the root of your repository
1. [ ] By creating a `.github/codespaces.yml` configuration file
1. [ ] By creating custom machine images with the repository installed