clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

Add devcontainer configuration

Open jhollowe opened this issue 1 year ago • 0 comments

devcontainers can be used by IDEs like VSCode to build the whole development environment in a container. This allows you to keep dependencies, build, and all development aspects separated from any development. It also allows contributors to instantly have a working, standardized development environment. It also allows cloud development tools like GitHub Codespaces be automatically setup with the desired environment.

See https://containers.dev/ for more details

jhollowe avatar Sep 06 '23 22:09 jhollowe