the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace).
<ahref="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/geekan/MetaGPT"><imgsrc="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode"alt="Open in Dev Containers"></a>
* If you are working with the same repository folder in a container and Windows, you'll want consistent line endings (
otherwise you may see hundreds of changes in the SCM view). The `.gitattributes` file in the root of this repo will
disable line ending conversion and should prevent this.
See [tips and tricks](https://code.visualstudio.com/docs/devcontainers/tips-and-tricks#_resolving-git-line-ending-issues-in-containers-resulting-in-many-modified-files)
for more info.
* If you'd like to review the contents of the image used in this dev container, you can check it out in
the [devcontainers/images](https://github.com/devcontainers/images/tree/main/src/python) repo.