13 lines
528 B
JSON
13 lines
528 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cd /d/VscodeProject/zhengte.babylonjs-sdk && npm run build 2>&1 | head -50)",
|
|
"Bash(find \"D:\\\\VscodeProject\\\\zhengte.babylonjs-sdk\\\\src\" -name \"*.ts\" -type f -exec grep -l \"class Dictionary\" {} \\\\;)",
|
|
"Bash(find \"D:\\\\VscodeProject\\\\zhengte.babylonjs-sdk\\\\src\" -name \"*.ts\" -type f -exec grep -l \"class.*Kernel\\\\|export.*kernel\" {} \\\\;)",
|
|
"Bash(npm run *)",
|
|
"Bash(mysql -u root -p123456 zt)",
|
|
"Bash(mysql *)"
|
|
]
|
|
}
|
|
}
|