From 69c914161c3f6f442463404f47067215190d7844 Mon Sep 17 00:00:00 2001 From: celestialscholar2 <78114056+celestialscholar2@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:58:14 +0300 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 00000000..23583a94 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/python:1": {}, + "ghcr.io/devcontainers/features/git:1": {} + } +}