From 38dd80bdfff162eedd2e081c10ebd6f88c4a6081 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Fri, 21 Apr 2023 11:42:59 -0700 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..4e6685074 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,12 @@ +{ + "image": "mcr.microsoft.com/powershell/test-deps:ubuntu-22.04", + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/devcontainers/features/common-utils:2": {} + }, + "customizations": { + "codespaces": { + } + } +}