free-chevereto/.vscode/settings.json
2023-01-03 15:42:32 +00:00

12 lines
395 B
JSON

{
"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"
},
]
}