mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-22 22:27:39 -04:00
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"files.associations": {
|
|
"**/cfg/conf*.php": "ini"
|
|
},
|
|
"phpunit.phpunit": "${workspaceFolder}/vendor/bin/phpunit",
|
|
"phpunit.args": [
|
|
"--configuration '${workspaceFolder}/tst/phpunit.xml'"
|
|
]
|
|
}
|