diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c4fd106..8ec8b9b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,6 +26,9 @@ "diffEditor.ignoreTrimWhitespace": false, "php.suggest.basic": false, "php.validate.enable": false, + "phpunit.environment": { + "XDEBUG_MODE": "debug" + }, "css.validate": false, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode",