rokroskar / features

๐Ÿณ Extra add-in features for Devcontainers and GitHub Codespaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!๐Ÿž

About

๐Ÿณ Extra add-in features for Devcontainers and GitHub Codespaces

License:MIT License


Languages

Language:Shell 100.0%