secondvoice/.claude/settings.local.json
2025-11-23 16:57:44 +08:00

16 lines
986 B
JSON

{
"permissions": {
"allow": [
"Bash(timeout:*)",
"Bash(cmake --build:*)",
"Bash(./build_mingw.bat)",
"Bash(powershell.exe -Command \"Get-Command gcc -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source; if (-not $?) { Get-ChildItem -Path ''C:\\ProgramData\\chocolatey\\bin'' -Filter ''gcc.exe'' -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1 -ExpandProperty FullName; Get-ChildItem -Path ''C:\\mingw64'' -Filter ''gcc.exe'' -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1 -ExpandProperty FullName }\")",
"Bash(copy \"E:\\Users\\Alexis Trouvé\\Documents\\Projets\\secondvoice\\config.json\" \"E:\\Users\\Alexis Trouvé\\Documents\\Projets\\secondvoice\\build\\mingw-Release\\config.json\")",
"Bash(powershell.exe -Command \"cmd /c ''E:\\Users\\Alexis Trouvé\\Documents\\Projets\\secondvoice\\build_mingw.bat'' 2>&1\")",
"Bash(powershell.exe:*)"
],
"deny": [],
"ask": []
}
}