Update validation command approvals in settings; enhance checkbox toggle slider styles for checklist items; adjust cache timestamps in config

This commit is contained in:
2026-01-24 00:44:46 +01:00
parent 933df204f2
commit e781c49491
3 changed files with 45 additions and 2 deletions

View File

@@ -16,6 +16,14 @@
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1$/": {
"approve": true,
"matchCommandLine": true
},
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1 \\| grep -E \"CSS\\|REBUILD\\|ERFOLG\" \\| tail -10$/": {
"approve": true,
"matchCommandLine": true
},
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1 \\| tail -15$/": {
"approve": true,
"matchCommandLine": true
}
}
}