{ "runOnSave.commands": [ { "match": "\\.php$", "runIn": "backend", "command": "cd ${workspaceFolder} && vendor/bin/ecs --config='.ecs/ecs.php' check ${file} --fix", "workingDirectoryAsCWD": true, "runningStatusMessage": "ECS ${fileBasename}", "finishStatusMessage": "${fileBasename} OK" }, ] }
info at phpclasses dot org