fix: Correct application name and update permissions in configuration files

This commit is contained in:
Janez T
2025-10-14 01:04:22 +02:00
parent e2fc9bcccf
commit 22624f64c0
4 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
{
"permissions": {
"allow": [
"Bash(flutter analyze:*)"
"Bash(flutter analyze:*)",
"Bash(flutter devices:*)"
],
"deny": [],
"ask": []