Skip to content

Latest commit

History

History
52 lines (35 loc) 路 1.75 KB

README.md

File metadata and controls

52 lines (35 loc) 路 1.75 KB

Devcontainer Features

Codespaces Devcontainers Python

馃惓 Extra add-in features for devcontainers and GitHub Codespaces

馃捇 Works with devcontainers
鈽侊笍 Works with GitHub Codespaces
馃憖 Don't see your feature here? 馃敟Suggest a new feature!馃敟

Usage

Just add a .devcontainer/devcontainer.json file with a features key. It's very similar to package.json's dependencies object, just with the addition of an options object.

馃摎 Make sure to inspect each feature for feature-specific options!

{
  "image": "mcr.microsoft.com/devcontainers/universal",
  "features": {
    "ghcr.io/devcontainers-contrib/features/deno": {},
    "ghcr.io/devcontainers-contrib/features/neovim": {}
  }
}

Then, after adding your devcontainer config file, you can open it in GitHub Codespaces, or [open it locally using VS Code]. Be warned some features will compile things from source code and may take a while!

Found a bug?

馃悶Open an bug report!馃悶