settings.json 403 B

1234567891011121314
  1. {
  2. "files.associations": {
  3. "**/cfg/conf*.php": "ini"
  4. },
  5. "phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
  6. "phpunit.args": [
  7. "--configuration",
  8. "${workspaceFolder}/tst/phpunit.xml",
  9. "--bootstrap",
  10. "${workspaceFolder}/tst/Bootstrap.php"
  11. ],
  12. "mochaExplorer.pkgFile": "js/package.json",
  13. "mochaExplorer.files": "js/test/*.js",
  14. }