From 62bbde86da45215b66cd70f343b92831fb587b6b Mon Sep 17 00:00:00 2001 From: "content/communities/setting-up-your-project-for-healthy-contributions87hKQ_.p%cMFHXhTurk1" <164627066+tabrizm1@users.noreply.github.com> Date: Wed, 23 Apr 2025 06:46:03 +0330 Subject: [PATCH] =?UTF-8?q?Create=20devcontainer.json@AZARBAYJAB1=E1=AF=A4?= =?UTF-8?q?=CC=B8=20=20=F0=93=88=86=20(mci)=20=E1=AF=A4=CC=B8=20=20?= =?UTF-8?q?=F0=93=88=86=20(mtn)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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": {} +}