From 4776575d0be1e8c469ac1188d105e3d3b6d078fd Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 11 Mar 2025 07:52:15 +0000 Subject: [PATCH] chore: add xdebug extensions --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 064788c..37bc897 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/php { "name": "PHP", - "image": "mcr.microsoft.com/devcontainers/php:7.4-bullseye", + "image": "mcr.microsoft.com/devcontainers/php:1-7.4-bullseye", "features": { "ghcr.io/devcontainers/features/git:1": {} }, @@ -12,7 +12,8 @@ "vscode": { "settings": {}, "extensions": [ - "GitHub.copilot" + "GitHub.copilot", + "xdebug.php-debug" ] } },