From 4f023aab382f3967de19beffa7afe0016fbe4ec0 Mon Sep 17 00:00:00 2001 From: piper-rzn <126188208+piper-rzn@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:10:16 +0100 Subject: [PATCH] New split Can the local IP address be used instead. --- .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..4c011c51 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} + +#Not sure