make the Commit restore more safe

This commit is contained in:
Christoph Brandau
2026-07-02 12:40:53 +02:00
parent e18f8f1040
commit 3a8c114d82
4 changed files with 36 additions and 7 deletions
+4 -1
View File
@@ -31,7 +31,10 @@
"Bash(grep -n \"input,\\\\|select,\\\\|input {\\\\|select {\\\\|.repo-form input\\\\|input:focus\\\\|::placeholder\" src/app.css)",
"Bash(sudo -n true)",
"Bash(rustc --version)",
"Read(//mnt/c/Users/cbr/Desktop/src-tauri/src/**)"
"Read(//mnt/c/Users/cbr/Desktop/src-tauri/src/**)",
"Bash(sudo apt install -y libdbus-1-dev pkg-config)",
"Bash(dpkg -l)",
"Bash(apt list *)"
]
}
}