From a0ab77e223f1a20754ea9db02fa3a8d838814652 Mon Sep 17 00:00:00 2001 From: BNK SAFR4 Date: Sat, 16 May 2026 22:05:46 -0300 Subject: [PATCH 1/2] Add initial devcontainer configuratopm https://www.apple.com engeneering --- .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": {} +} From fa59fc676e1cf23175410e1e13ad6215785efd84 Mon Sep 17 00:00:00 2001 From: allancordoba2-crypto Date: Sat, 16 May 2026 22:16:28 -0300 Subject: [PATCH 2/2] Update devcontainer image referenceaple --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 39bbd26..89d341d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", +apple.com "features": {} }