9 lines
463 B
JSON
9 lines
463 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\catos\\\\UnityTowerDefense\\\\Assets\\\\Scripts\" -Recurse -File -Filter \"*.cs\")",
|
|
"Bash(Select-Object -ExpandProperty FullName)",
|
|
"Bash(powershell -Command \"Get-ChildItem -Recurse -Path 'C:\\\\Users\\\\catos\\\\UnityTowerDefense\\\\Assets\\\\_Project\\\\Scripts' -Filter '*.cs' | Select-String -Pattern 'class LevelData' | Select-Object -First 5\")"
|
|
]
|
|
}
|
|
}
|