From 3c43cd2023a4cfc42c355a84c762650a5263fb5c Mon Sep 17 00:00:00 2001 From: Jesslopez <160763685+Jesslopez@users.noreply.github.com> Date: Sat, 29 Mar 2025 03:00:00 -0600 Subject: [PATCH] Create devcontainer.json Signed-off-by: Jesslopez <160763685+Jesslopez@users.noreply.github.com> --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}