您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
383B

  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(Get-ChildItem -Path \"c:\\\\Development\\\\PHP\\\\PHP-MVC-TERRITORY\" -Force)",
  5. "Bash(Select-Object Mode, Name)",
  6. "Bash(Format-Table -AutoSize)",
  7. "PowerShell(Get-ChildItem -Path \"c:\\\\Development\\\\PHP\\\\PHP-MVC-TERRITORY\" -Force | Where-Object {$_.Name -match '^[A-Z]'} | Select-Object Mode, Name)"
  8. ]
  9. }
  10. }

Powered by TurnKey Linux.