{
    "chat.tools.terminal.autoApprove": {
        "/^php -l index\\.php; php -l submit\\.php; php -l admin\\.php; php -l install\\.php$/": {
            "approve": true,
            "matchCommandLine": true
        },
        "/^php -l index\\.php; php -l lib\\.php$/": {
            "approve": true,
            "matchCommandLine": true
        }
    }
}