mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
fix(devcontainer): try adjusting scripts/setup for xdebug VSCode extension
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"**/cfg/conf*.php": "ini"
|
||||
}
|
||||
},
|
||||
"phpunit.phpunit": "${workspaceFolder}/vendor/bin/phpunit",
|
||||
"phpunit.args": [
|
||||
"--configuration '${workspaceFolder}/tst/phpunit.xml'"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user