Adding a dev container configuration to your repository
You can add a custom dev container configuration to your repository to set up the GitHub Codespaces development environment for your codebase.
Introduction to dev containers
When you work in a codespace, the environment you are working in is created using a development container, or dev container, hosted on a virtual machine.
为 GitHub Codespaces 设置 Node.js 项目
通过创建自定义开发容器配置,开始在 GitHub Codespaces 中使用 Node.js、JavaScript 或 TypeScript 项目。
为 GitHub Codespaces 设置 C# (.NET) 项目
通过创建自定义开发容器配置,开始在 GitHub Codespaces 中使用 C# (.NET) 项目。
为 GitHub Codespaces 设置 Java 项目
通过创建自定义开发容器配置,开始在 GitHub Codespaces 中使用 Java 项目。
为 GitHub Codespaces 设置 Python 项目
通过创建自定义开发容器配置,开始在 GitHub Codespaces 中使用 Python 项目。