From e2b77a86032f99987eaddbed74a5f044bd594432 Mon Sep 17 00:00:00 2001 From: DontCallMyPhoneUnlessUGotMeMyCode <163101001+DontCallMyPhoneUnlessUGotMeMyCode@users.noreply.github.com> Date: Fri, 24 May 2024 00:50:44 -0700 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..ffa4974 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} +"ghcr.io/wxw-matt/devcontainer-features/script_runner:0": { +}