📂 Pre-made .devcontainer folders for starting your next project
💻 Ready to go with GitHub Codespaces
🚀 Quickly get up-and-running with a devcontainer
🐳 No need to mess with Dockerfiles
After creating a GitHub Codespace (or a devcontainer in VS Code), open the
Command Palette to find the Dev Containers: Add Dev Container Configuration
Files... command. After you run it, VS Code will guide you through the
creation of a .devcontainer/devcontainer.json file!
Make sure you click the Show All Definitions... option to see our unofficial templates!
📢 We are actively seeking contributions!
Guess what? You don't even need to leave your browser to add a feature template!
Since these devcontainer-template.json files are just JSON files, we don't
need a full IDE with a terminal; all we need is a JSON text editor.
To add a feature, all you need to do is...
- Fork this repository.
- Press . (period) on your keyboard to open GitHub.dev.
- Make any changes.
- Commit to your forked repo.
- Open a Pull Request to this repo.
- Profit! 🎉

