From 441f1f4b8c0cedd075edd8e7efa30c7ade857359 Mon Sep 17 00:00:00 2001 From: Carla Archuleta Date: Sat, 6 Dec 2025 16:54:13 -0700 Subject: [PATCH] Add initial devcontainer configurations --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..c1a83bb --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +git@github.com:actions/checkout.git +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}