שימוש בתכונות של גרסת טרום-הפצה ב-Gemini Code Assist ל-VS Code
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בדף הזה מוסבר איך להשתמש בתכונות של Gemini Code Assist ל-VS Code לפני ההשקה בערוץ ההפצה של גרסת ה-Insiders.
גרסאות טרום-השקה יכולות לכלול תיקוני באגים ותכונות שנמצאות עדיין בפיתוח, ויכול להיות שיוסרו בגרסה עתידית.
לפני שמתחילים
מגדירים את מהדורת Gemini Code Assist שרוצים להשתמש בה בסביבת הפיתוח המשולבת (IDE):
שימוש בגרסת Insider
כדי להגדיר את ערוץ העדכונים, פועלים לפי השלבים הבאים:
- ב-IDE, פותחים את לוח הפקודות (
Cmd
+ Shift
+ P
) ואז בוחרים באפשרות Open User Settings JSON (פתיחת קובץ JSON של הגדרות המשתמש).
- מוסיפים את השורה הבאה ל-JSON של הגדרות המשתמש:
"geminicodeassist.updateChannel": "Insiders",
- שומרים את הגדרות המשתמש.
מוצגת בקשה לטעון מחדש את החלון כדי להשתמש בגרסת ה-build האחרונה של Insiders.
שימוש בערוץ ההפצה הרגיל
כדי להשתמש בערוץ ההפצה הרגיל במקום בגרסת ה-Insider, פועלים לפי השלבים הבאים:
- ב-IDE, פותחים את לוח הפקודות (
Cmd
+ Shift
+ P
) ואז בוחרים באפשרות Open User Settings JSON (פתיחת קובץ JSON של הגדרות המשתמש).
- מוסיפים הערה או מסירים את השורה הבאה בקובץ ה-JSON של הגדרות המשתמש:
"geminicodeassist.updateChannel": "Insiders",
- שומרים את הגדרות המשתמש.
מוצגת בקשה לטעינה מחדש של החלון כדי להשתמש בערוץ ההפצה הרגיל.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-31 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-31 (שעון 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."]]