This repository contains a set of dev container templates which are source files packaged together that encode configuration for a complete development environment. A Template can be used in a new or existing project, and a supporting tool will use the configuration from the template to build a development container.
src
-- A collection of subfolders, each declaring a template. Each subfolder contains at least adevcontainer-template.json
and a devcontainer.json.test
-- Mirroringsrc
, a folder-per-template with at least atest.sh
script.
This template combines the official .NET (dotnet) template, with the official Node.js & TypeScript (typescript-node) template.
Note: The dev container from this template is currently only fully setup for .NET development.