Devcontainer 功能
🐳 为devcontainers和GitHub Codespaces提供额外的附加功能
💻 适用于devcontainers
☁️ 适用于GitHub Codespaces
👀 没有看到你需要的功能? 🔥提议一个新功能!🔥
使用方法
只需在.devcontainer/devcontainer.json
文件中添加features
键。这与package.json
的dependencies
对象非常相似,只是增加了一个options
对象。
📚 请务必查看每个功能的具体选项!
{
"image": "mcr.microsoft.com/devcontainers/universal",
"features": {
"ghcr.io/devcontainers-contrib/features/deno": {},
"ghcr.io/devcontainers-contrib/features/neovim": {}
}
}
添加devcontainer配置文件后,你可以在GitHub Codespaces中打开它,或者[使用VS Code在本地打开]。请注意,某些功能会从源代码编译,可能需要一些时间!