From 74e3ed8ec759ccd8628e1523adfcf0826bf53266 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Wed, 5 Jul 2023 11:45:52 +0200 Subject: [PATCH] [TASK] Add devcontainer.json --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..f3b78b3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "image": "thecodingmachine/php:${localEnv:PHP_VERSION:7.4}-v4-cli" +}