Automatic push 4.0.5

This commit is contained in:
chevereto
2022-11-30 12:33:23 +00:00
parent e59ddb9c5c
commit 3355a33451
622 changed files with 353382 additions and 2 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"runOnSave.commands": [
{
"match": "\\.php$",
"runIn": "backend",
"command": "cd ${workspaceFolder} && app/vendor/bin/ecs --config='.ecs/ecs.php' check ${file} --fix",
"workingDirectoryAsCWD": true,
"runningStatusMessage": "ECS ${fileBasename}",
"finishStatusMessage": "${fileBasename} OK"
},
]
}