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 ofGemini Code Assist for VS Code on the insiders release channel.
Pre-release builds can include bug fixes and features still in development thatmight be removed in a future release.
Before you begin
Set up Gemini Code Assist.Use the insiders build
To configure the update channel, follow these steps:
- In your IDE, open theCommand palette (
Cmd+Shift+P) and thenselectOpen 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 thesesteps:
- In your IDE, open theCommand palette (
Cmd+Shift+P) and thenselectOpen 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 theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.