Codex VSCode 使用指南 (一) VSCode 安装(版本 ≥ 1.75.2) 访问 VSCode 官网 下载所需版本 在扩展中搜索并安装 Codex – OpenAI’s coding agent 配置 Codex 文件 配置文件路径 Windows: C:/Users/你的用户名/.codex Linux/macOS: ~/.codex 如果没有 .codex 文件夹,请手动创建。 创建 auth.json 在 .codex 文件夹下创建 auth.json 文件,内容如下: 1 2 3 { "OPENAI_API_KEY": "key88" } 创建 config.toml 在 .codex 文件夹下创建 config.toml 文件,……

阅读全文