From 4954613f49621c42eaa7b067800abcbda164ed4e Mon Sep 17 00:00:00 2001 From: Tyler Hawthorne <110597351+Hawthorne001@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:02:52 -0400 Subject: [PATCH 1/3] Create devcontainer.json --- .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..ad93c14 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From 6e66f4a980aabf385acf81538ec9f8df236867f6 Mon Sep 17 00:00:00 2001 From: Tyler Hawthorne <110597351+Hawthorne001@users.noreply.github.com> Date: Fri, 8 Nov 2024 04:13:26 -0500 Subject: [PATCH 2/3] --- .devcontainer/@mainh_on | 1 + 1 file changed, 1 insertion(+) create mode 100644 .devcontainer/@mainh_on diff --git a/.devcontainer/@mainh_on b/.devcontainer/@mainh_on new file mode 100644 index 0000000..1b20942 --- /dev/null +++ b/.devcontainer/@mainh_on @@ -0,0 +1 @@ +@342e312e30nVccQ/CTYQpD2TZccrN5XjCiWne6PI05IPWXYAgkyb8= From c1e7ac161542fe916e9bac74541ddbbf396c0349 Mon Sep 17 00:00:00 2001 From: Tyler Hawthorne <110597351+Hawthorne001@users.noreply.github.com> Date: Fri, 8 Nov 2024 04:13:27 -0500 Subject: [PATCH 3/3]