Use pre-release features in Gemini Code Assist for VS Code
Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to use pre-release features of
Gemini Code Assist for VS Code on the insiders release channel.
Pre-release builds can include bug fixes and features still in development that
might be removed in a future release.
Before you begin
Set up the edition of Gemini Code Assist you want to use in your
IDE:
Use the insiders build
To configure the update channel, follow these steps:
- In your IDE, open the Command palette (
Cmd
+ Shift
+ P
) and then
select Open User Settings JSON.
- Add the following line to your user settings JSON:
"geminicodeassist.updateChannel": "Insiders",
- Save your user settings.
You are prompted to reload your window to use the latest insiders build.
Use the standard release channel
To use the standard release channel instead of the insiders build, follow these
steps:
- In your IDE, open the Command palette (
Cmd
+ Shift
+ P
) and then
select Open User Settings JSON.
- Comment out or remove the following line of your user settings JSON:
"geminicodeassist.updateChannel": "Insiders",
- Save your user settings.
You are prompted to reload your window to use the standard release channel.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-29 UTC.
[null,null,["Last updated 2025-08-29 UTC."],[],[],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."]]