2022-04-07 11:49:17 +02:00
|
|
|
{
|
2022-05-04 17:13:04 +02:00
|
|
|
"git.ignoreLimitWarning": true,
|
|
|
|
"php-cs-fixer.executable": "tools/php-cs-fixer/vendor/bin/php-cs-fixer",
|
|
|
|
"php-cs-fixer.configFile": "tools/php-cs-fixer/.php-cs-fixer.dist.php",
|
|
|
|
"symfony-vscode.fileWatchingPatterns": [
|
|
|
|
|
|
|
|
"yml",
|
|
|
|
"yaml",
|
|
|
|
"xml"
|
|
|
|
]
|
2022-04-07 11:49:17 +02:00
|
|
|
}
|