From d83671ed04cddb64ed1f6e958e72c79e0f5ae66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B8=A3=E0=B8=B1=E0=B8=90=E0=B8=95=E0=B8=B4=E0=B8=9E?= =?UTF-8?q?=E0=B8=87=E0=B8=A9=E0=B9=8C=20=E0=B8=9E=E0=B8=B1=E0=B8=99?= =?UTF-8?q?=E0=B8=98=E0=B9=8C=E0=B8=AA=E0=B8=B8=E0=B8=A7=E0=B8=A3=E0=B8=A3?= =?UTF-8?q?=E0=B8=93?= Date: Mon, 25 Aug 2025 16:22:08 +0700 Subject: [PATCH] devcontainer.json --- .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 000000000..39bbd2681 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}