From 2240a07a102002c543117ab4a2e1f7cb22f43124 Mon Sep 17 00:00:00 2001 From: folexbrits Date: Mon, 11 Mar 2024 12:06:54 +0200 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..126d11b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} + +.