calendi/.vscode/settings.json
2025-04-23 18:55:51 +02:00

7 lines
217 B
JSON

{
"phpstan.binPath": "backend/vendor/bin/phpstan",
"phpstan.configFile": "backend/phpstan.dist.neon",
"phpstan.checkValidity": true,
"phpstan.showTypeOnHover": false,
"phpstan.showProgress": true
}