From e4ae11b0fce4b9c81506e4a7ae83c4c53f463df6 Mon Sep 17 00:00:00 2001 From: bcvladilav <144339230+bcvladilav@users.noreply.github.com> Date: Sun, 18 May 2025 17:46:55 +0300 Subject: [PATCH] Create 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 00000000..39bbd268 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}