12 lines
552 B
JSON
12 lines
552 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cd InputGlyph && ls -la *.cs)",
|
|
"Bash(ls -la InputGlyph/*.cs | grep -v Editor)",
|
|
"Bash(cd ../Packages/com.alicizax.unity.ui.extension && wc -l Runtime/**/*.cs | sort -n | tail -20)",
|
|
"Bash(cd ../Packages/com.alicizax.unity.ui.extension && find Runtime -name \"*.cs\" -exec wc -l {} + | sort -n | tail -20)",
|
|
"Bash(find \"G:\\\\UnityProject\\\\Aliciza\\\\Client\\\\Packages\\\\com.alicizax.unity.ui.extension\" -name \"*UXController*\" -type f 2>/dev/null | head -20)"
|
|
]
|
|
}
|
|
}
|