超大的行李箱 (@Linon) 在 override cocopilot 授权不了 中发帖
vscode:Version: 1.86.0 (Universal)
Copilot 1.221.0
Copilotchat 0.18.1
已经按 ctrl+shift+p 输入 settings 打开首选项 加入这些配置
"github.copilot.advanced": {
"debug.overrideCAPIUrl": "http://127.0.0.1:8181/v1",
"debug.overrideProxyUrl": "http://127.0.0.1:8181",
"debug.chatOverrideProxyUrl": "http://127.0.0.1:8181/v1/chat/completions",
"authProvider": "github-enterprise"
},
"github-enterpr...