{
    "chat.tools.terminal.autoApprove": {
        "/^php bin/console lexik:jwt:generate-keypair$/": {
            "approve": true,
            "matchCommandLine": true
        },
        "/^php bin/console doctrine:database:create --if-not-exists$/": {
            "approve": true,
            "matchCommandLine": true
        },
        "/^php bin/console make:migration$/": {
            "approve": true,
            "matchCommandLine": true
        },
        "mv": true
    }
}