在 Gemini Code Assist for VS Code 中使用预发布版功能
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
本页介绍了如何在内部人员发布渠道中使用 Gemini Code Assist for VS Code 的预发布版功能。
预发布版本可能包含仍在开发中且在未来版本中可能会移除的问题修复和功能。
准备工作
在 IDE 中设置要使用的 Gemini Code Assist 版本:
使用内部人员版本
如需配置更新渠道,请按以下步骤操作:
- 在 IDE 中,打开命令面板 (
Cmd
+ Shift
+ P
),然后选择 Open User Settings JSON。
- 将以下行添加到用户设置 JSON 中:
"geminicodeassist.updateChannel": "Insiders",
- 保存用户设置。
系统会提示您重新加载窗口以使用最新的内部人员版本。
使用标准发布渠道
如需使用标准发布渠道而非预览版,请按以下步骤操作:
- 在 IDE 中,打开命令面板 (
Cmd
+ Shift
+ P
),然后选择 Open User Settings JSON。
- 注释掉或移除用户设置 JSON 中的以下行:
"geminicodeassist.updateChannel": "Insiders",
- 保存用户设置。
系统会提示您重新加载窗口以使用标准发布渠道。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[],[],null,["# Use pre-release features in Gemini Code Assist for VS Code\n\nThis page describes how to use pre-release features of\nGemini Code Assist for VS Code on the insiders release channel.\n\nPre-release builds can include bug fixes and features still in development that\nmight be removed in a future release.\n\nBefore you begin\n----------------\n\nSet up the edition of Gemini Code Assist you want to use in your IDE:\n\n- [Gemini Code Assist for individuals](/gemini-code-assist/docs/set-up-gemini)\n- [Gemini Code Assist Standard or Enterprise](/gemini-code-assist/docs/set-up-gemini-standard-enterprise)\n\nUse the insiders build\n----------------------\n\nTo configure the update channel, follow these steps:\n\n1. In your IDE, open the **Command palette** (`Cmd` + `Shift` + `P`) and then select **Open User Settings JSON**.\n2. Add the following line to your user settings JSON: `\"geminicodeassist.updateChannel\": \"Insiders\",`\n3. Save your user settings.\n\nYou are prompted to reload your window to use the latest insiders build.\n\nUse the standard release channel\n--------------------------------\n\nTo use the standard release channel instead of the insiders build, follow these\nsteps:\n\n1. In your IDE, open the **Command palette** (`Cmd` + `Shift` + `P`) and then select **Open User Settings JSON**.\n2. Comment out or remove the following line of your user settings JSON: `\"geminicodeassist.updateChannel\": \"Insiders\",`\n3. Save your user settings.\n\nYou are prompted to reload your window to use the standard release channel."]]