/vscode-dev-containers

A collection of VS Code dev container definitions.

Primary LanguageDockerfile

vscode-dev-containers

A collection of VS Code dev container configs for GitHub Codespaces. Choose a dev container config that fits your project and copy it into your GitHub repository. Then launch a dev container for your repository on GitHub Codespaces.

All configs in the container folder are based on the official containers and customize devcontainer.json and files inside the .vscode folder. These are just configs, not GitHub templates. You still need to set up your GitHub repo properly for the configs to make sense. I am planning to add a GitHub template for each configuration in the future.

These are the available configs:

Config Description
gatsby Config for Gatsby projects.
node-npm Config for Node with NPM.
node-yarn Config for Node with Yarn.