From 9e968bd982cd66c7d54090447abc169180b8a8b8 Mon Sep 17 00:00:00 2001 From: Tigerblue77 <37409593+tigerblue77@users.noreply.github.com> Date: Sat, 4 Mar 2023 18:44:37 +0000 Subject: [PATCH] Added .devcontainer.json --- .devcontainer/.devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/.devcontainer.json diff --git a/.devcontainer/.devcontainer.json b/.devcontainer/.devcontainer.json new file mode 100644 index 0000000..b2f9770 --- /dev/null +++ b/.devcontainer/.devcontainer.json @@ -0,0 +1,12 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {}, + "customizations": { + "vscode": { + "extensions": [ + "ms-azuretools.vscode-docker", + "mhutchie.git-graph" + ] + } + } +}