VSCode Copilot插件代理配置

2 min read

配置官方VSCode Copilot插件以使用本地服务器。只需编辑您的 settings.json 即可添加:

    "github.copilot.advanced": {
        "debug.overrideEngine": "codegen",
        "debug.testOverrideProxyUrl": "http://localhost:5000",
        "debug.overrideProxyUrl": "http://localhost:5000"
    }