在 Gemini Code Assist for VS Code 中使用預先發布功能
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本頁說明如何在內部測試版發布管道中使用 Gemini Code Assist for VS Code 的搶先版功能。
預先發布版本可能包含錯誤修正和仍在開發中的功能,這些功能可能會在日後推出的版本中移除。
事前準備
在 IDE 中設定要使用的 Gemini Code Assist 版本:
使用搶先體驗版
如要設定更新管道,請按照下列步驟操作:
- 在 IDE 中開啟「指令區塊面板」 (
Cmd
+ Shift
+ P
),然後選取「開啟使用者設定 JSON」。
- 在使用者設定 JSON 中加入下列程式碼:
"geminicodeassist.updateChannel": "Insiders",
- 儲存使用者設定。
系統會提示你重新載入視窗,以便使用最新版搶先體驗版。
使用標準發布管道
如要使用標準發布管道而非搶先體驗版,請按照下列步驟操作:
- 在 IDE 中開啟「指令區塊面板」 (
Cmd
+ Shift
+ P
),然後選取「開啟使用者設定 JSON」。
- 在使用者設定 JSON 中,註解排除或移除下列程式碼行:
"geminicodeassist.updateChannel": "Insiders",
- 儲存使用者設定。
系統會提示您重新載入視窗,以使用標準發布版本。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-31 (世界標準時間)。
[null,null,["上次更新時間: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."]]