mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
16 lines
458 B
JSON
16 lines
458 B
JSON
{
|
|
"files.associations": {
|
|
"**/cfg/conf*.php": "ini"
|
|
},
|
|
"phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
|
|
"phpunit.args": [
|
|
"--configuration",
|
|
"${workspaceFolder}/tst/phpunit.xml",
|
|
"--bootstrap",
|
|
"${workspaceFolder}/tst/Bootstrap.php"
|
|
],
|
|
"mochaExplorer.mochaPath": "js/node_modules/mocha",
|
|
"mochaExplorer.pkgFile": "js/package.json",
|
|
"mochaExplorer.files": "js/test/*.js"
|
|
}
|