Knotthailand Forum

Geek & Dev => Base => หัวข้อที่ตั้งโดย: Admin เมื่อ ก.ค 15, 2025, 01:15 ก่อนเที่ยง

ชื่อ: command agent mode allow for github copilot
โดย: Admin เมื่อ ก.ค 15, 2025, 01:15 ก่อนเที่ยง
"github.copilot.chat.agent.terminal.allowList": {
  "echo": true,
  "cd": true,
  "ls": true,
  "cat": true,
  "pwd": true,
  "Write-Host": true,
  "Set-Location": true,
  "Get-ChildItem": true,
  "Get-Content": true,
  "Get-Location": true
},
"github.copilot.chat.agent.terminal.denyList": {
  "rm": true,
  "rmdir": true,
  "del": true,
  "kill": true,
  "curl": true,
  "wget": true,
  "eval": true,
  "chmod": true,
  "chown": true,
  "Remove-Item": true
},