This repository is intended to be used as a GitHub template for projects that rely on Dev Containers.
It includes the devcontainers-suede utility pre-installed so new repositories can quickly adopt a consistent, ready-to-use devcontainer setup.
By default, the devcontainers-suede/common.json devcontainer configuration is used.
If you want to refresh or change that configuration, run:
./devcontainers-suede/install.sh --forceTo get the latest devcontainer configurations from devcontainers-suede, simply run git subrepo pull devcontainers-suede (assuming you have git subrepo installed, which will be if you use any of the provided devcontainer configs).