chore: add xdebug extensions

This commit is contained in:
Supan Adit Pratama 2025-03-11 07:52:15 +00:00
parent b986a9d3b3
commit 4776575d0b

View File

@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/php // README at: https://github.com/devcontainers/templates/tree/main/src/php
{ {
"name": "PHP", "name": "PHP",
"image": "mcr.microsoft.com/devcontainers/php:7.4-bullseye", "image": "mcr.microsoft.com/devcontainers/php:1-7.4-bullseye",
"features": { "features": {
"ghcr.io/devcontainers/features/git:1": {} "ghcr.io/devcontainers/features/git:1": {}
}, },
@ -12,7 +12,8 @@
"vscode": { "vscode": {
"settings": {}, "settings": {},
"extensions": [ "extensions": [
"GitHub.copilot" "GitHub.copilot",
"xdebug.php-debug"
] ]
} }
}, },