fix(devcontainer): try adjusting scripts/setup for xdebug VSCode extension

This commit is contained in:
rugk
2026-02-16 22:59:05 +00:00
parent ed652fd92d
commit dd69cb89af
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
{
"files.associations": {
"**/cfg/conf*.php": "ini"
}
},
"phpunit.phpunit": "${workspaceFolder}/vendor/bin/phpunit",
"phpunit.args": [
"--configuration '${workspaceFolder}/tst/phpunit.xml'"
]
}