feat: add permission for git restore command in settings

This commit is contained in:
2025-12-29 22:17:30 +00:00
parent 977a2a9e58
commit b134f3f8d4

View File

@@ -26,7 +26,8 @@
"Bash(npm audit:*)",
"Bash(bun run lint)",
"Bash(git checkout:*)",
"Bash(bun audit:*)"
"Bash(bun audit:*)",
"Bash(git restore:*)"
]
}
}